I think it just depends on what you're doing... if it's generic or boilerplate, templates rock, but much of a program isn't really generic.
A lot of my code doesn't use very many new templates either... my
web code does use a few magic templates which fills in a lot of
boilerplate, but the app code - the business logic - uses almost
no templates at all. My xml/html dom.d library also uses very few
templates, it just doesn't fit as well as plain classes there.
- Nobody understands templates? Steve Teale
- Re: Nobody understands templates? Adam D. Ruppe
- Re: Nobody understands templates? Dicebot
- Re: Nobody understands templates? Steve Teale
- Re: Nobody understands templates? woh
- Re: Nobody understands templates? Steve Teale
- Re: Nobody understands templates? Dicebot
- Re: Nobody understands templates... Steve Teale
- Re: Nobody understands templ... John Colvin
- Re: Nobody understands templ... Gary Willoughby
- Re: Nobody understands templ... H. S. Teoh
- Re: Nobody understands templ... Philippe Sigaud