|
|
|
|
|
by kevinmchugh
1465 days ago
|
|
I can't speak for all Ruby developers but I found that I could read a pull request from just about anyone I worked with a and find a spot where they hadn't covered a possible nil with a test. And yes, we had coverage checks. A type system can keep you from having to write those tests. |
|
Because with a proper static lang (hint: not Java, not C#), nil doesn't exist? Right.