You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some people have been asking ways they can contribute - so here are some ways someone might want to help - in no particular order:
some of the codebase for tornadofx lacks proper code documentation. Someone could pick a small part of tornadofx and ensure the code is well commented. Remember, comments should explain why not how and there is no need to comment code that is self-documenting.
a code review to ensure the kotlin coding standards are followed. Here is one such example that did great work but ultimately was never merged: [Refactorization & Cleanup] Controls.kt tornadofx#824 someone may want to take this over for this repo, or do the same to another part of the codebase.
compatibility with other javafx controls libraries. The DSL builders tornadofx uses for javafx controls are great and it would be useful to expand that to other libraries such as controlsfx https://github.com/edvin/tornadofx-controlsfx but it hasn't been updated for a few years now. The other big library I can think of that could do with this treatment would be jfoenix.
test test tests... never enough tests. If you want a bit of practice writing tests it wont be hard to find an area that could do with more.
That's all I can think of for now :)
The text was updated successfully, but these errors were encountered:
Regarding "a code review to ensure the kotlin coding standards are followed. ", I think it would be great to add CONTRIBUTION.md file to the root of the project, along with configuration file for code style.
Some people have been asking ways they can contribute - so here are some ways someone might want to help - in no particular order:
That's all I can think of for now :)
The text was updated successfully, but these errors were encountered: