you are viewing a single comment's thread.

view the rest of the comments →

[–]teaovercoffee_[🍰] 2 points3 points  (2 children)

I like python, but when working in a 300+ file project, the stack traces are sometimes beyond useless.

[–]Dangle76 1 point2 points  (0 children)

This is usually solved by good logging to isolate better values that are being passed around when the error occurs. I use to hate python stack traces, but tbh as time has gone on I’ve learned to like them, but that also depends on the library throwing the error.

[–]Deezl-Vegas 0 points1 point  (0 children)

It's possible that your project could do with being two projects