0
votes
How do you document your methods?
I write big documentation for the class itself which describes the rationale of it, 30% describing what it does and 50% how it is done, 20% descri …
0
votes
Do you use design marker interfaces to document your Java code?
Let's put things in some order. Suppose that your class
implements Immutable interface, which provides semantic
to compiler or some tool invoked prior to compiler that
the instance will be never ch …
