Jumping into an existing codebase
Jumping into a codebase you’re unfamiliar with can be challenging. Are there better & worse ways to go about it? In this episode, Ian gathers a panel (Johnny, Kris & Jon) to discuss the ins & outs of familiarizing yourself with an existing codebase.
Discussion
Sign in or Join to comment or subscribe
Mikhail Aksenov
2024-03-14T05:53:30Z ago
The way our team found useful to test database related code is a test container:
It is not for unit tests, but often it is better to write one good integration test with a decent coverage rather a lot of unit tests testing assumptions not the actual thing.