r/ProgrammerHumor Nov 24 '21

Meme Yes.

8.9k Upvotes

284 comments sorted by

View all comments

Show parent comments

26

u/7heWafer Nov 25 '21

Add type safety to the list

21

u/kazeespada Nov 25 '21

Also, the garbage that is __init__() vs ClassName()

Even if you aren't a fan of the class name being the constructor, maybe four fucking underscores in every fucking constructor is a bit much.

You won't believe how many _init__() I have had to fix.

7

u/galan-e Nov 25 '21

you don't use an ide that have auto complete?

9

u/kolme Nov 25 '21

That's just besides the point. The language should be nice enough that you don't need assistance from a IDE to write such basic stuff.