![]() |
|
The stupid question is the question not asked | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Perl doesn't care how long or short your code is. As a general rule, aim for readability, not brevity. From long experience, and especially from several years of writing medical and aerospace software: Optimize your code for readability, because most of the time, you will READ your (or someone else's) code. And more often than you will like, you will have to read old, ugly code from people who wanted to outsmart compiler and/or coworkers. And the worst code will be your own old code. Alexander
-- Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-) In reply to Re^10: bug or curly bracket hell?
by afoken
|
|