Hacker News new | ask | show | jobs
by rerdavies 722 days ago
extern templates address the issue of having multiple instances of a template being expanded inline, with only minimal mess and fuss. (A way to prevent inlining of templated code would have been nice too).