Rules for problem solving and understanding code

less than 1 minute read

Published:

  1. Create a minimal dataset to test the code

  2. Learn to use a debugger

  3. Step through the code line by line