←back to thread

511 points mootrichard | 1 comments | | HN request time: 0.204s | source
Show context
exabrial ◴[] No.23990284[source]
Types help communicate information to the next developer. They're important, use them!
replies(1): >>23991467 #
1. 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.