occams_chainsaw@programming.devtoProgrammer Humor@programming.dev•I don't want to use ternaries
3·
1 year agoyou monster
you monster
I write modular code that accepts interfaces so I can test the components I want to test.
basically dependency injection
if there are zero automated tests, things probably weren’t written with (automated) testing in mind, so there may be a lot of coupling… starting off with integration tests just to validate existing behavior is a good start. hopefully the existing applications aren’t also inextricably bound to environments that are run on pet servers and managed by other teams…