in reply to How to write good code?
point me to a book/website to learn what is good/bad practice at coding?Perl Best Practices is a book which contains well-written guidelines for creating consistent Perl code. The focus, naturally, is on Perl syntax, but many of the principles apply generally. There are many examples of what the author considers bad coding style and good coding style.
|
|---|