My main takeaway from years in the C++ committee is to use as little standard library as possible
Падабаецца 0
Рэпосты 0
My main takeaway from years in the C++ committee is to use as little standard library as possible
@vitaut why? It's stable, portable, and all corner cases are well defined and documented. More importantly, people usually understand what you mean when you use it. Although, I agree, you have to be insane to use all its features simultaneously.