0
votes
What development documentation do you find useful
I find generated documentation (e.g. JavaDoc) to be very effective, so long as it is actively maintained. It's too easy to stop updating the inline documentation once the initial APIs are stabilize …
0
votes
Does generated code need to be human readable?
Generally, if you're generating code that needs to be human-modified later, it needs to be as human-readable as possible. However, even if it's code that will be generated and never touched again, …
