Problem Solving

by on
1 minute read

Rules for problem solving/understanding code

  1. Create a minimal dataset to test the code

  2. Learn to use a debugger

  3. Step through the code line by line