Is it the responsibility of the language to institute good programming practices and design patterns or is it the responsibility of the architect to use them, the programmer to learn them and the project manager to enforce them?
The language should help
Posted byAnonymous Userat
2008-01-23 09:38 AM
I use to writte code in both python and perl.
python force me to write legible code (for instance indent the code) while perl don't (I have about 5 ways to write a simple string).
python force me to write legible code (for instance indent the code) while perl don't (I have about 5 ways to write a simple string).