Should the standard library be "batteries included"? (opens in new tab)
To some extend i can agree, but the opencv example is really brilliant in my opinion. It’s a really good way to manage contribution too, the core is stable, battle tested, curated, minimal, and fundamental, and there are cross-domain pieces like that, say you have i’m thinking stuff like asBytes() or asValue() it’s not like memory model is going to change tomorrow, same for addWithOverflow() it will be the same 10y from now. But HTTP evolves, some people just need 1.1, some need HTTP3 for qui...
Read the original article