|
|
|
|
|
by conartist6
169 days ago
|
|
You don't need a strong type system or even really ANY compile-time type system for this strategy to work! I use all these techniques in plain JS and I can still get the benefits of correct-by-construction code style just by freezing objects and failing fast. |
|
In dynamic languages, you are the type system.