Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generation Recode in Kotlin #7

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

Newspicel
Copy link
Member

Closes #4

@Newspicel Newspicel added the enhancement New feature or request label Jun 17, 2023
@Newspicel Newspicel added this to the 1.0 milestone Jun 17, 2023
@Newspicel Newspicel self-assigned this Jun 17, 2023
@Newspicel Newspicel changed the title Generation to Kotlin Generation Recode in Kotlin Jun 17, 2023
Newspicel added 10 commits June 18, 2023 23:32
…enerator`.

The `getPackets` function in the PacketGenerator was refactored for improved clarity. Instead of creating individual val for each key-value pair, a list was introduced to dynamically fetch and return these pairs. Furthermore, the assignment for direction and state variables in the `iterateThrowPackets` function was adjusted to ensure adequate scope. These modifications improve code readability and remove redundant code, enhancing maintainability.
Ktlint plugin and its corresponding configurations were removed from the build.gradle.kts and .editorconfig files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recode the Generator in Kotlin
1 participant