Hacker News new | ask | show | jobs
by shoo 3692 days ago
maybe so. i guess my comment is a reaction after seeing a few projects where it is an afterthought.

i assume by "orthogonal" you mean independent, i.e. just because a system is testable it does not mean it necessarily has other desirable properties.

1 comments

Actually sometimes being easy to run tests on harms the code, because the code grows its surface just to plug in more tests, or the author stops at "I can test it, so it's good enough" instead of ensuring the architecture and/or interface is so simple that it can't ever possibly fail.