|
|
|
|
|
by cout
1778 days ago
|
|
This has been the debate of templating systems for as long as I can remember. Do you want your looping construct to use the same syntax as your markup language (so all the tools you use that operate on the markup "just work", without any modifications)? Or do you want to use the same looping constructs as the language you are programming in (so there's no need to invent or learn a DSL built on top of a markup language)? Both approaches are valid, and each comes with its own set of tradeoffs. |
|