devoxx_kotlin
devoxx_kotlin copied to clipboard
Readability Improvement
I want to enhance the readability of the notes you generously provided in three ways:
- Flatten the file structure by moving every
.ktto top level, since every directory has 1-2 files and the names of the files themselves convey enough information - Remove redundant whitespace from the source code
- Add some comments in the source code, where necessary
Would you be interested in me performing such changes?