From: Alex B. <en...@tu...> - 2001-09-22 19:13:24
|
> Hi Alex, > >> what's your opinion/thoughts on using an external >> class as a handler for each bc: tag? > > I like that. It's clean and global scope is not messed up with functions. > The classes can be reused for other purposes and all > the stuff is nicely encapsulated. > > How about using the same requirements as with modules? > > Classname(): does the grunt work > Output(): returns compiled stuff to BCTagParser > > Hmm, actually these could be the first "core" modules ... Precisely what I was thinking :) _alex |