45

"What the hell isn't working? Welp, better add print() to everything :^)"

Comments
  • 6
    yip print driven development
  • 1
    Universal debug tool..... Especially when wrapping C++ in C in C# run in a mono environment on an embedded Linux accessed through SSH.... Yeah I'm having fun ;-)
  • 2
    Print is our first love.. btw don't they have logging libraries in Python we can use ? There definitely gotta be something.... I don't actively use Python but just curious..
  • 2
    I know that feeling! This is why I started to always you the logging module in my python developments.
  • 4
    @akska if you think you need it, python has it.
  • 3
    The python debugger pdb is awesome for this kind of problem.
Add Comment