|
|
|
|
|
by gilbert_vanova
1319 days ago
|
|
> I'm 100% not smart enough to get it right unless something stops me getting it wrong IMO, type systems are harsher on modeling mistakes than something like Python is. Sure, you'll get it wrong the first time (sorry Grandma!). And in Python, you can mutate your system rapidly into a new state that can accommodate the old model's mistaken assumption. If your program starts getting complex enough that the mutation speed is dropping -- deconstruct it into smaller, manageable problems. Humans are 100% not smart enough to build systems the way a lot of corporate shops keep trying to. |
|