Closed Dartlexx closed 5 years ago
I have implemented code style checks in PR#21. The rest of proposal will be implemented as separate PR, because it will be big enough and I don't want it to meddle with simple code style fixes.
Most of those other issues were closed in previous or existing Pull Requests. Closing the issue
I think that this project would benefit if some Code Style checks would be used. Like KtLint and Detect.
Also, in several classes I noticed that nullable var field could be replaced with non-null lateinit or simple non-null field.
Record class is the main example of it:
These fields are changed only in init method.