14
coolmox
6y

Deleting debugging/logging lines instead of commenting them out, when there is 95% chance that I will need them again

Comments
  • 0
    Why u do that
  • 0
    @pransmarclou I always think that I found all the bugs and I don't need it anymore :D
  • 0
    That's what version control is for - you don't want code filled with commented out blocks of code, it just makes the actual functional stuff harder to read.
Add Comment