Problem Solving
1 minute read
Rules for problem solving/understanding code
-
Create a minimal dataset to test the code
-
Learn to use a debugger
-
Step through the code line by line
Create a minimal dataset to test the code
Learn to use a debugger
Step through the code line by line