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
The code generation scripts genArrayMath.sh and genArrayUtil.sh are becoming unmanageable. In particular the resultant .java files need associated unit tests, but construction of these will be painful using the current system. Further, it is not fitting with the maven best practice to include generation scripts within the /src/main/java hierarchy.
There seems to be three major contenders in the Java templating for code generation field:
The code generation scripts
genArrayMath.sh
andgenArrayUtil.sh
are becoming unmanageable. In particular the resultant.java
files need associated unit tests, but construction of these will be painful using the current system. Further, it is not fitting with the maven best practice to include generation scripts within the/src/main/java
hierarchy.There seems to be three major contenders in the Java templating for code generation field:
Over all there doesn't seem to be a huge amount of difference between these libraries.
The text was updated successfully, but these errors were encountered: