xc-h.com
A tip on commenting in debugging
Maybe you’re like me who would use block comments to comment out pieces of code for debugging purposes. I used to do just this: /* // some code here to be commented out */ Well it looks fine …