I've begun a complete rewrite of IlohaBlog. In the current iteration of the software, I solved most of the difficult problems, namely, the template system, the static output structure, archiving system, and database schema. However, the code behind it turned out to be spaghetti code with dozens of functions spread out across multiple include files all working on more global variables than I could keep track of. Some of the functionality was separated out to these functions, while large portions of the features were implemented in actual PHP files.
Show Rest of Post
Posted Fri, June 6, 2003 12:36 by dirvish
Couldn't a lot of those functions in the blog class be their own classes?
[moderate]