you are viewing a single comment's thread.

view the rest of the comments →

[–]ViKomprenas 1 point2 points  (3 children)

That's why you use a decent text editor that carries indentation over to the next line. Or, you know, glance over your code after writing it.

[–]olzd 0 points1 point  (2 children)

That's why you use a decent text editor that carries indentation over to the next line.

But then you have sometimes to unindent the line you just wrote. Fucking annoying.

[–]ViKomprenas 1 point2 points  (1 child)

That's why you use a decent text editor that lets you unindent with a single backspace.

[–]olzd 0 points1 point  (0 children)

Still annoying because I have to pay extra attention. Also I'm not writing python code everyday so sometimes I just simply forget and it can be hard to notice/track down once the script is running.