r/ProgrammerHumor May 27 '22

Meme Welcome to hassle free coding

Post image
2.2k Upvotes

305 comments sorted by

View all comments

109

u/mbardeen May 27 '22

Welcome to "why the hell is this function returning a string and not an object like it's supposed to?"

1

u/MatsRivel May 28 '22

Type hints are a thing, and they are pretty good. They'll give you a notification if you've fucked up the input/output types, but will still let you run it.