this post was submitted on 05 Sep 2023
1322 points (97.4% liked)

Programmer Humor

19213 readers
647 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] EvokerKing@lemmy.world 4 points 1 year ago (1 children)

Because Python uses indentation instead of curly brackets, which is why this meme exists. Also jetbrains ide s like pycharm and webstorm do all of this for you.

[–] mexicancartel@lemmy.dbzer0.com 0 points 1 year ago (1 children)

Even the mosy basic text editors does indentation for you, not even an IDE needed

[–] EvokerKing@lemmy.world 3 points 1 year ago (1 children)

Not as good as jetbrains does, it automatically does things like realign when you paste things and lots of little things that improve the coding experience by a lot.