Hacker News new | ask | show | jobs
by quickthrower2 1746 days ago
If you have types it is easy to refactor the code. So the throwing away bit is actually easier!
1 comments

Throwing away is easy but remember, you have to do the runtime check instead of compile time check, and that is not so easy in a lot of cases