View Single Post
  #7  
Old 04-13-2011, 11:48 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Quote:
Originally Posted by Hateborne View Post
Third: Lastly, I broke it up because adding inline comments to describe each individual block looked absolutely horrific. Apparently, I am alone in that view.
Well the problem with troubleshooting perl script broken up is that often errors are somewhere else in the script. Additionally, the script may only makes sense as a whole so you can catch logic AND syntax errors.
Reply With Quote