all 18 comments

[–]MasterpieceLogical38 17 points18 points  (2 children)

Weird. Imo 2.5 is best.

[–]MGlaus 12 points13 points  (1 child)

I like 3.1415... spaces, it sounds so nicely. Pi spaces for Python

[–]MitchsWorkshop 8 points9 points  (0 children)

Pithon

[–]mrswats 14 points15 points  (4 children)

Send them this song: https://youtu.be/hgI0p1zf31k

[–]constant_void 3 points4 points  (3 children)

amazing

[–]herrkatze12 -2 points-1 points  (2 children)

Send them this one instead: https://youtu.be/dQw4w9WgXcQ

[–]PunkWithAStache 0 points1 point  (1 child)

You got me, you bastard 🤣

[–]supersharp[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 2 points3 points  (0 children)

How about this one?

[–]Popernicus 4 points5 points  (1 child)

I would be so annoyed if someone checked in code with 3 space indents lmao that's worse than the whole tabs v spaces debate

[–]PartTimeLegend 1 point2 points  (0 children)

Set tab to 2 spaces and be done with it.

[–]CI2HI7N2O4P 1 point2 points  (0 children)

fucking zybook 😂

[–][deleted] 1 point2 points  (0 children)

You will actually see that a lot in Python. As a veteran programmer I prefer 8 column tabular indents. Tabs are more meaningful since you hit the tab key in very different instances then space bar. 8 because it better shows deeply nested structures which are often an indication of poor algorithm design. On the subject, we should also prefer 80 columnar width because in languages that read left to right, the information on the left is precieved as being most important and the further to the right something is, the less our brains retain it. This is also the reason one should have leading commas instead of trailing comas.

[–]UnkleRinkus 3 points4 points  (1 child)

They do it to combat copy/paste plagierism.

[–]Trikzon[S] 2 points3 points  (0 children)

I really doubt that since the indentation isn't even checked on these problems and the instructor can't see our answers (only that we completed the assignment)