Open orangepaydev opened 3 months ago
Noted with thanks. Added some comments in Generator
, Column
, and SchemaValidationException
. I did not add JavaDoc to Record
and FixedLengthParser
as I would not want to overcrowd the template file. Please let me know if you think any comments are inappropriate or insufficient, thanks.
https://github.com/soonevel/TechCreate/blob/706645e41f3f4131892bc122664848628d57d87a/src/main/java/org/example/Generator.java#L24
A good practice will be to put in some comment about what your method is doing. Look at JavaDoc to find out more.
https://www.baeldung.com/javadoc
Intellij also has a pretty good JavaDoc template generator, look it up.