DEV Community

Discussion on: 5 Easy Hacks in Becoming a Better Developer

Collapse
 
sinteticwizard profile image
Ramon Ramirez

Thanks, excellent tips, and if everithing fails you can use the ducks method too, is a powerfull debugging method, one thing that nobody tells you is that while more stronger your programing skills are, more dificult is the debuging beacuse the errors are more related to human side, like an inverted bollean check or mispelling a variable name, things that you dont notice beacuse you suppose to be done rigth, or crossed mismatching logic, just in case make sure you have a plastic duck to explain your logic, the error will popup, even explaining the behaiviour of the error helps you to see the bytes from another more global perspective

Collapse
 
macmacky profile image
Mark Abeto

Thanks, man!. Yea sometimes I messed up my logic because I was not thinking properly and forgetting variable and function names. We all messed up sometimes but that the beauty of being a developer we become better because of our mistakes.