NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Opinions... (Score:1)
Re:Opinions... (Score:1)
And it keeps the docs next to what they document, reducing the risk of them getting out of sync.
But it's just one of those debates that never end.
Reply to This
Parent
Re:Opinions… (Score:1)
Documentation is good when it reads like prose. Code is hard enough to read without having to ignore large swathes of non-code gunk. A mixture of code and docs makes both much harder to read and write.
If you want to be able to see docs and code at the same time, stop using Notepad and get a decent editor where you can have several windows open on the same file at different places.
That’s my stance on this religious war.