Skip to content

Generation Recode in Kotlin - #7

Draft
Newspicel wants to merge 12 commits into
mainfrom
feature/generator-kotlin-recode
Draft

Generation Recode in Kotlin#7
Newspicel wants to merge 12 commits into
mainfrom
feature/generator-kotlin-recode

Conversation

@Newspicel

Copy link
Copy Markdown
Member

Closes#4

@NewspicelNewspicel added the enhancement New feature or request label Jun 17, 2023
@NewspicelNewspicel added this to the 1.0 milestone Jun 17, 2023
@NewspicelNewspicel self-assigned this Jun 17, 2023
@NewspicelNewspicel changed the title Generation to KotlinGeneration Recode in KotlinJun 17, 2023
…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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Recode the Generator in Kotlin

1 participant

@Newspicel