in reply to Check spelling in perl source code.
I can understand the need for coding standards, really, I do! But when it gets down to it, I will occasionally provide a map or dictionary to explain variables (Or anything else in the code) if it seems needed. The level of standardization that would require spell checking my variable names and method calls would so much hinder my coding process! No matter what, if I have to look at someone else's code, the best way to figure out what is going on is to fire up a debugger and step through it. Simply reading it, regardless of how it is standardized, does not help me one bit.
Seems to me that is what POD is for.... .
I wish I knew of a tool to help out, but honestly, I can't imagine the ROI on such a tool.
To be clear, this is my opinion and not a criticism!
If I am way off, don't hesitate to tell me about it. I would honestly like to understand the value of that level of code checking...
|
---|