Hacker News new | ask | show | jobs
by mrkeen 802 days ago
> Imagine you're told to calculate 3+9+15+18+5.

Too hard. I need to see the types:

  ((((3::Int)+(9::Int)::Int)+(15::Int)::Int)+(18::Int)::Int)+(5::Int)::Int
Is that even harder to read?

> My response? Go refactor your hideous code.