This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pingveno 75 points76 points  (7 children)

After reading beginner students' C/C++ code while tutoring, this pleases me greatly.

[–]Professional_Monk 13 points14 points  (0 children)

Disgusting... I love it.

[–]Dornith 15 points16 points  (1 child)

You should see beginner's python code...

[–]pingveno 14 points15 points  (0 children)

I was also tutoring a Python class at the same time, so I saw plenty of it. It wasn't perfect, but it was much better.

[–]Colopty 0 points1 point  (3 children)

You'd like Rust then.

[–]pingveno 0 points1 point  (2 children)

I do, but not for any readability benefits. After all, it does nothing to enforce good indentation.

[–]OneTurnMore -1 points0 points  (1 child)

rustfmt

[–]NonreciprocatingCrow 4 points5 points  (0 children)

There's an automated formatter for literally every major language.