Create account

cryptotux
1943d
Dividing a program into functions is handy when it comes to debugging. Once you comment out a function call or two, it becomes far easier to identify bugs and fix them. Printing out variables helps, too. #MondayMemo