in reply to Re: •Re: Re: Re: Re: HTML::Template - what's the rule of thumb?
in thread HTML::Template - what's the rule of thumb?
Within MVC (which it seems you do use - good for you!), you will have three programming layers, hopefully separated by rather strict APIs. Each of the layers, most likely, will have a ton of programming in them, and that's ok. Very often, one cannot convert a data structure into something to be displayed without it.
The notion that templating systems should be as dumb is possible is a mis-meme, promulgated by the facts that
Yes, good display logic is expensive. Sometimes, the only way to do something is to drop into a full-featured language. So?
Remember something - a popular templating system for Windows programs written in Visual C++ is Visual Basic.
Being right, does not endow the right to be rude; politeness costs nothing.
Being unknowing, is not the same as being stupid.
Expressing a contrary opinion, whether to the individual or the group, is more often a sign of deeper thought than of cantankerous belligerence.
Do not mistake your goals as the only goals; your opinion as the only opinion; your confidence as correctness. Saying you know better is not the same as explaining you know better.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: HTML::Template - what's the rule of thumb?
by CountZero (Bishop) on Oct 17, 2004 at 18:36 UTC |