Comment Re:PHP (Score 1) 634
before you can avoid bad habits, you have to know what they are AND why are they bad habits.
Frankly, I've seen just as much - if not more - bad code in Java or any other language as I've seen in PHP. In my experience, PHP with its bad name keeps you on your toes when it comes to bad coding practices, it can also give you hands on experience with why one approach is better than the other, something that Java for example (or any language where best practices are already identified for you) can't do.
Frankly, I've seen just as much - if not more - bad code in Java or any other language as I've seen in PHP. In my experience, PHP with its bad name keeps you on your toes when it comes to bad coding practices, it can also give you hands on experience with why one approach is better than the other, something that Java for example (or any language where best practices are already identified for you) can't do.