When/Why ( if ever ) should i think about doing Generic Programming/Meta Programming
- by hotadvice
Hi there
IMHO to me OOPS, design patterns make sense and i have been able to apply them practically.
But when it comes to "generic programming /meta programming" of the Modern C++ kind, i am left confused.
-- Is it a new programming/design paradigm ?
-- Is it just limited to "library development"? If not, What design/coding situations call for…