in reply to Re^3: The problem of documenting complex modules.(Summation.)
in thread The problem of documenting complex modules.
One of the key things I think is that documentation is an opportunity for design. This is why I personally like to do documentation, then coding, then unit testing. But my unit tests are written to the docs, not the code.
If a module doesn't document well, it may not be very useful in a general use case. It may be full of hidden or oblique assumptions, and the author might not have a clear idea why the module is designed the way it is in the first place.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: The problem of documenting complex modules.(Summation.)
by BrowserUk (Patriarch) on Jul 17, 2015 at 15:35 UTC | |
by einhverfr (Friar) on Jul 20, 2015 at 08:30 UTC |