Hacker News new | ask | show | jobs
by fiddlerwoaroof 1721 days ago
I’ve been using the techniques in that article for years in JavaScript, CL and Clojure. While static types are a notable part of it, the more important point is just learning to design your systems to turn incoming data to domain objects as soon as possible.
1 comments

There are runtime analogs for most of the modeling techniques people use in statically typed languages.