Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Agree.

The problem you describe is the inverse of the common testing problem you see with microservices (a dependent service changed without kicking off downstream tests against the new version). I'd take your version any day... It's easier for me to make tests faster and/or correctly identify which should run on a change if they're all in one repo as opposed to making network calls to each other across a service boundary. Also, clearly always better to run superfluous tests than to skip necessary tests.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: