Comment by Ipseeta Priyadarshini on "When you join a new company, how do you familiarize yourself with the code base and the architecture?" | Hashnode
- Try to find out what the code is supposed to do.
- No matter how bad is the documentation will go through all them if exists.
- Talk to anyone who might know something about the code.
- Step through the code in the debugger.
- Introduce small changes and see what breaks.