Analysing Code
- Follow the flow.
- Learn to recognise patterns
- Build up a library of snippets
tip
Follow the streams to the extremes
For each method:
- Identify the inputs
- Expected outputs
- How are outputs created
- What could go wrong?
- Inputs are not correct?
- Downstream if outputs are not correct?
- Side effects?
Resources
URL | Notes |
---|---|
Diving into a Codebase |