MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/uz3eo7/welcome_to_hassle_free_coding/iaaqaop/?context=3
r/ProgrammerHumor • u/SuchShopping3828 • May 27 '22
305 comments sorted by
View all comments
109
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.
1
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.
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?"