8
Art3mis
7y

When having to fix parts from an other programmer's code, do NOT concentrate on the small code expected to be wrong, instead read and understand the whole program around it!

Best practice:
1) Why is this code here
2) What does this code do
3) How does the code solve the problem

(just happened to me 😅)

Comments
Add Comment