Article:
 |
|
The PHP Scalability Myth
|
| Subject: |
|
maintainability is king |
| Date: |
|
2003-11-03 11:28:59 |
| From: |
|
anonymous2
|
Response to: maintainability is king
|
|
Right on....
I've been in the industry for 30 years (12 as a Consultant) and have been developing Web pages in Java/JSP, ASP, and PHP.
My favorite, PHP hands down. Powerful and maintainable.
Just by the nature the organization of JAVA, it forces you to be organized. If you take that mentality when coding in PHP, you'll write structured and highly maintainable code. The choise is up to you.
That is, if you're a talented enough of a programmer to recognize that you have that choice.
Roy
|
Showing messages 1 through 1 of 1.
-
maintainability is king
2004-11-18 16:18:47
Tablizer
[View]
Can you give an example? Messes can be made in Java just like anything. It appears to me that it often requires you to duplicate certain coding patterns to make stuff work, but a lot of it is also mindless beurocratic repetition for the sake of formality.