some kinky terms to use…

in Postnuke, we started using kinky terms in our work, and we continued in IPB… it was boring to see that vB did not permit it…

so here is a list of some:

doppelganger: cached content
input-sanitizer: kind of a « gpc » 😉
skeleton: the structure of a site, without style or content
bleeping: censorship
distiller: parse content and drop everything unwanted, like bbcodes, html codes etc
trickle: no permission filter/display

would be cool to create our own protocol of terms, so we know where we go… 😉 OOP is full of these strange terms i do not understand…

Some coding things we need in our engine..

Here is my sort of brainstorm for some of the coding aspects we should pay attention to:
– MVC setup
Best coding style now I think, very organized, and works well with only one directory in the webroot.
– Cacheing System
vb4 as many have already noticed is SLOW. We need our engine to be quick and light. We can do this and still have tons of modules/widgets running by caching all the data. Modules/Widgets will have a function that runs that takes the settings the admin set and caches the data thats needed that way data can be pulled with only one query