DEV Community

Discussion on: Is modern C better then Rust?

Collapse
 
sucuturdean profile image
David

And it's not that a programmer wants templates, somethimes you need templates for simple things like vectors, options and other. Templates in C++ aren't that good also because they created template meta programming which should be it's own language, not in C++ so that people can flex with their knowledge. The whay that they sould be is like generics in other languages.