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

Refactor to use pure java whenever possible #5

Merged
merged 3 commits into from
Dec 22, 2020
Merged

Conversation

sirati
Copy link
Owner

@sirati sirati commented Dec 22, 2020

This does not change any functionality. However, it allows writing cleaner code and using modern IDEs to edit the code, as well as allowing for method renaming, generating code, automated refactoring etc. Using an IDE is just superior.

This requires moving all code one subdirectory deeper due to gradle + IntelliJ limitations.

This does not in any way impede the ability to edit the code from Processing.

@sirati sirati merged commit ec575c6 into master Dec 22, 2020
@sirati sirati deleted the refactor_java branch December 22, 2020 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant