Hacker News new | ask | show | jobs
by lpapez 450 days ago
I've come to the similar conclusion - just write the damn logic inline, and only decouple the parts which would make the whole thing difficult to test. Test decoupled parts thoroughly but in isolation.