5 ms·
the batteries included approach is the stdlib that can do everything. turns out it’s hard to maintain and make good.
by denimnerd42 6mo ago
the batteries included approach is the stdlib that can do everything. turns out it’s hard to maintain and make good.
- yoyohello13 6mo agoYeah that's true. Go seems to be handling the 'fat stdlib' approach pretty well though. I really don't want Python to got the path of Rust where nothing is included.
- denimnerd42 6mo agoI feel like Java does it the best. Golang didn't start with generics so it's a bit odd IMO.