Hacker News new | ask | show | jobs
by MaulingMonkey 3746 days ago
> Do limited features along the stack to get the whole toolchain in place before adding more features.

This is the kind of codebase I like to take on. Limited features = less code = less to refactor, and what is there is probably better tested and has fewer bugs. I get to writing new features myself instead of just fixing someone else's work.