|
|
|
|
|
by catch23
5470 days ago
|
|
Yeah, but this only goes well for smallish projects. If you have files that start to reach 2000 lines, the last thing you'll want is a mixture of model, view, and controller logic in a single file. PHP had this back in 1999, and I don't think we want to go there again. |
|
(That is, unless you use Rails and believe in underlying organizational standards for everything. ;) )