15 07 08 166 W - + 14 - 19 Colore - Templates?
As some of you might know, I've been working on a project called Colore.
Colore is basically a framework for Rapid Application Development (RAD).
Colore does so, by allowing the developer (from a functional point of view) to specify contexts in which a request/event will be executed and being able to "attach" code and variables to these contexts.
After test driving developing with Colore a bit, I've realized I made an error in how I was developing.
Although Colore was giving me all of the flexibility I needed, I was still stuck in my old design patterns. Kinda like having the latest hardware and still running a very old operating system.
What I intended to do with Colore was make things easier, but I screwed up myself by using way too complicated templates.
I'm now going to rewrite some of the templates for my hosting control panel to have 1 template per target, where possible, instead of sticky taping everything together at run-time.