Hi all
I am looking more for a suggestion/recommendation than a solution.
Here is my story:
I started to write a web application
e-leagz about a year ago. I started using the simple top/down programming technique with lots of Includes. There are about 100 small scripts (from 10 to 50k), the maintenance is now a nightmare. I started that technique because I think smaller scripts takes less time to compile which make the web application faster. No sure about that anymore with all the Includes (more disk i/o).
I wonder if it would be better (performance and maintenance) to convert/group scripts classes and use the OOP technique.