|
|
|
|
|
by BurningFrog
666 days ago
|
|
I worked in fully typed Java for 8 years before jumping to fully untyped Ruby. Having leaned hard on the Java type system for many years, I was terrified of the type anarchy. But it turned out to not be a problem at al. For me at least, being ambitious with writing tests made not miss types at all. In practice, a good test suite catches pretty much any problems typing handles, and then some! This is only my experience. I'm not saying everyone should or could work that way, or that I'm better than you etc. |
|