Open StRigaud opened 1 month ago
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'. We want to promote maintainability, so splitting core vs autogenerated makes sense as well. Does it make sense not to?
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