|
|
|
|
|
by tialaramex
950 days ago
|
|
It's definitely not as simple as "More features = harder to learn". Removing footguns (nulls are a footguns, race-able concurrent APIs are a footgun) can make it easier to learn even though this may introduce new features (in this case sum types) to solve the problem. |
|