in reply to The hidden charm of Template::Toolkit (and templates generally)
The beauty of an MVC-system is not that it uses a templating system but makes a clear separation of concerns between the Model, Controller and View parts of the application. How each of these components is practically implemented is of far less importance and a templating system is but one possibility.
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: The hidden charm of Template::Toolkit (and templates generally)
by Your Mother (Archbishop) on Jan 07, 2008 at 20:02 UTC | |
by CountZero (Bishop) on Jan 07, 2008 at 20:10 UTC | |
by Your Mother (Archbishop) on Jan 09, 2008 at 19:45 UTC |