Genericize vs Templatize - What's the difference?
genericize | templatize |
(nonstandard, or, legal, transitive) To make generic (used especially of a trademark).
(transitive, computing, programming) To genericize by means of templates.
* 2000 , Mark A DeLoura, Game programming gems
* 2001 , Andrei Alexandrescu, Modern C++ Design: Generic Programming and Design Patterns Applied
* 2004 , Chris Sells, Justin Gehtland, Windows Forms programming in Visual Basic.NET
* 2008 , Mark S Joshi, C++ Design Patterns and Derivatives Pricing
As verbs the difference between genericize and templatize
is that genericize is to make generic (used especially of a trademark) while templatize is to genericize by means of templates.genericize
English
Alternative forms
* genericise * generitizeVerb
Derived terms
* genericized trademarktemplatize
English
Verb
(templatiz)- For our final look at metaprogramming, we templatize matrix multiplication.
- We must templatize the engine with the base types of the two arguments (left-hand side and right-hand side).
- This makes it trivial to templatize your application; changes to the new generic base form automatically cascade to the derived classes at the next build.
- An iterator is a generalization of a pointer and we could templatize the code to work off any iterator.