Questions tagged [templates]

128 questions
4
votes
5 answers

Do input template languages exist?

When I have to create some textual representation of data, I can use a template language, so that my code does not have to worry about the structure of the output file - I can sometimes even write code that's independent of whether the output is…
marczellm
  • 355