|
|
|
|
|
by IsaacSchlueter
6577 days ago
|
|
Yes, that's exactly what I'm saying. It's a language specifically designed to make it very difficult to do anything interesting. PHP (the language, not the implementation) has some very deep problems, in my opinion. But at least you can sketch out a rough solution, and gradually turn it into something more polished. I think the best design is done by coding little sketches that gradually become more and more complete, and are cheap enough to throw away; not by drawing complex UML diagrams and then carefully casting them into perfect code. That's just impossible, and the result is a lot of bloated crap that is very difficult to change when (inevitably) your design changes. |
|