• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle




  • Honestly I use debugger when I have to go deep into some library’s bullshit code. My stuff should be stable clean and understandable enough to quickly see what’s happening with console log.

    If I were to find myself needing debugger all the time with breakpoints and all this shit, it means shits has gone sideways and we need to back up and re-evaluate the code.