What's the difference between
and
Enter two words to compare and contrast their definitions, origins, and synonyms to better understand how those words are related.

Templated vs Templatize - What's the difference?

templated | templatize |

As verbs the difference between templated and templatize

is that templated is (template) while templatize is (transitive|computing|programming) to genericize by means of templates.

templated

English

Verb

(head)
  • (template)

  • template

    Noun

    (en noun)
  • A physical object whose shape is used as a guide to make other objects.
  • A generic model or pattern from which other objects are based or derived.
  • (molecular biology) A macromolecule which provides a pattern for the synthesis of another molecule.
  • * {{quote-journal, 2002, S. Lottin et al., Thioredoxin post-transcriptional regulation by H19 provides a new function to mRNA-like non-coding RNA, Nature, volume=21, issue=10 citation
  • , passage=Classically, the functional product of coding genes is a protein whose synthesis is directed by an mRNA-template .}}

    See also

    * boilerplate * macro * stencil * cookie cutter *

    Verb

    (templat)
  • To set up or mark off using a .
  • * {{quote-book, 1994, Howard I. Chapelle, Boatbuilding citation
  • , passage=Only that part of the floor timber that bears on the planking and keel need be templated ;
  • To provide a template or pattern for.
  • * {{quote-journal, 2003, Yu Wang et al., Synthesis and characterization of a new layered gallium phosphate templated by cobalt complex, Journal of Solid State Chemistry, volume=170, issue=1, doi=10.1016/S0022-4596(02)00060-9
  • , passage=Metal phosphates that are templated by transition-metal complexes are rare.}}

    Derived terms

    * templater

    templatize

    English

    Verb

    (templatiz)
  • (transitive, computing, programming) To genericize by means of templates.
  • * 2000 , Mark A DeLoura, Game programming gems
  • For our final look at metaprogramming, we templatize matrix multiplication.
  • * 2001 , Andrei Alexandrescu, Modern C++ Design: Generic Programming and Design Patterns Applied
  • We must templatize the engine with the base types of the two arguments (left-hand side and right-hand side).
  • * 2004 , Chris Sells, Justin Gehtland, Windows Forms programming in Visual Basic.NET
  • 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.
  • * 2008 , Mark S Joshi, C++ Design Patterns and Derivatives Pricing
  • An iterator is a generalization of a pointer and we could templatize the code to work off any iterator.

    Derived terms

    * nontemplatized