←back to thread

511 points mootrichard | 2 comments | | HN request time: 0.427s | source
1. exabrial ◴[] No.23990284[source]
Types help communicate information to the next developer. They're important, use them!
replies(1): >>23991467 #
2. sparker72678 ◴[] No.23991467[source]
This isn't just about Types, per se. Ruby has types all over. You can't write Ruby without them.

This is about Static Typing and Type enforcement, in the context of a language that holds flexibility and meta-programming as high values.