DEV Community

Discussion on: How to wrap your head around a new codebase

Collapse
 
utizr profile image
Viktor Marosvary

If there are tests, reading them is also a good way to understand how the code is supposed to work.

Collapse
 
mercier_remi profile image
Rémi Mercier

Absolutely true.

I never do that, but will try it from now on.