http://www.perlmonks.org?node_id=838560


in reply to Seeking Best Practices - does your company follow a standard?

I think the biggest problem I have with languages that propose forced conformance is that it is good code. Conforming to a standard is a first step, however it is not a good indicator of code quality. A good example would be Visual Studio.

Visual Studio is a neat product it that it provides many useful utilities for help you program. The code it helps you write can easily be used by other programmers on another machine. That does not mean the code is bug free or even well written. It just means it is meeting a particular benchmark established by someone.

Just because you march in a straight line does not mean you are headed in the right direction!