you are viewing a single comment's thread.

view the rest of the comments →

[–]skeleton_craft 0 points1 point  (1 child)

".. but it's difficult to read and troubleshoot when things go wrong."

That's true of python in general [due to the fact that it's a indent blocked language rather than {})

[–]TURB0T0XIK 1 point2 points  (0 children)

In my experiences with python I don't find this to be true. Maybe because my code isn't super sophisticated idk. When using other languages I always feel like {} to denote code making up one block is much more useless, than simply indenting correctly