|
|
|
|
|
by ebingdom
1744 days ago
|
|
> I don't do that any more. simply because I'm very lazy I'm lazy too, but that's exactly why I use static types. So that when I refactor code, I can let the type checker tell me all the places that need to be updated instead of trying to piece that together from test failures (and praying that the tests didn't miss anything). |
|
later in a project where you know for sure something can be known at compile time, of course I love to check them at compile time.