|
|
|
|
|
by randomdata
1276 days ago
|
|
Because of lazy evaluation or because the developers aren't properly documenting their work? A language with a formal type system essentially forces you to provide type documentation, but there is an expectation with dynamically typed languages that you will still document the types (probably in your test suite). Rails in particular makes this a core function of the framework to really push you to do so. |
|
This sentence surprised me. How does Rails do it?
I never documented types in Rails and all was well, since 2005.