←back to thread

511 points mootrichard | 1 comments | | HN request time: 0s | source
Show context
lovetocode ◴[] No.23991935[source]
As an avid Rubyist I have no interest in introducing types into a dynamic language. I would just rather use C# or Java. I never understood why people are trying to make a round peg fit in a square hole.
replies(7): >>23991953 #>>23991970 #>>23992003 #>>23992076 #>>23992082 #>>23992275 #>>23993670 #
1. klysm ◴[] No.23991953[source]
Massive code bases that are difficult to maintain and refactor. It’s a cheaper effort to add types to that code.