|
|
|
|
|
by andix
1748 days ago
|
|
Templates are a fancy way of copy&paste programming. So if you need a lot of template code, then your design or your framework is not well suited for the task. In software development the goal is usually to move commonly used functions or patterns into a library or a framework, instead of copy&pasting them with slight modifications. |
|