Le 2012-04-02 11:33, tuncay kilicoglu a écrit :
I need to take some advice before I start reading source code. What kind of refactoring styles are we talking about? What are Table search, db search and multitable query are related to? What's bad with current code? Do we also need to modularize scripts into seperate for better abstraction? or It's about refactoring inner details of functions? or is it about objectifying the code?
Here is what needs improvement in the current code:
- large chunks of procedural code without functions - reference to global variables - HTML and PHP mixed together (but we are not implementing a templating solution)
Going to OOP is not necessary in the project but would be welcome.
Please give me a quick brief about project because I couldn't find any on mailing list. (You may give the link for the thread, too)