0
comment
comment
on 12/17/2014 8:20 AM
On of my favorite perks of statically typed languagues is making invalid states unrepresentable. So instead of throwing exceptions at runtime, try to use types in such a way that you cannot even get invalid states to even compile. In a sense this is the big difference between dynamic and statically typed languagues and for […]