I'm a student of object oriented programming with C++ and slowly I am learning new things. As a part of my term presentation of my course I am asked to speak on a statement that states:
"Is using programming templates for development of large scale systems justified?"
I am given with the following article to study about software architecture of the large scale software system:
http://www.crystalclearsoftware.com/publications/2001/RepresentingLargeScaleArchitecture.pdf
But after reading it I'm not able to decide whether templates should be adopted while developing such systems or should be avoided.
I'm familiar with basic concepts and run-time and compilation time scenarios using templates but for larger systems are there any complexities with using templates or use of templates is safe sailing in development of large system?
Kindly highlight reasons in either way whether template should be used to done away with.