-
Notifications
You must be signed in to change notification settings - Fork 0
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
improve clij3 architecture #8
Comments
I would also say, we should move the CLIJ3 class into a clij3 package. Does anything speak agains this? |
i don't know, maybe @tinevez or @carlosuc3m can give us a hint on this |
I would stick to the 'split the class if it is >1000 lines'. |
Yes splitting makes sense! The auto-generated part was also in a separate file in CLIJ2. |
yess, better to split it!! |
For now all the code is in the
CLIJ3.java
file.Could it be possible to split the core code and the auto-generated code into 2 files? To facilitate maintenance and development
CC @haesleinhuepf
The text was updated successfully, but these errors were encountered: