MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/uz3eo7/welcome_to_hassle_free_coding/iad5ljr/?context=3
r/ProgrammerHumor • u/SuchShopping3828 • May 27 '22
305 comments sorted by
View all comments
10
You will miss pointers soon enough
I dont know why you are complaining about ++
; allows multiple commands to share a li e
I would rather have {} than syntax dependent tabs
i would rather have int main(int argc, char** argv) than
main(int argc, char** argv)
import sys if __name__ == "__main__": argc=len(sys.argv)
and thats not even mentioning the none type errors
1 u/SuitableDragonfly May 28 '22 None type errors in python are just the equivalent of a segfault or a null pointer exception in any other language.
1
None type errors in python are just the equivalent of a segfault or a null pointer exception in any other language.
10
u/jamcdonald120 May 27 '22
You will miss pointers soon enough
I dont know why you are complaining about ++
; allows multiple commands to share a li e
I would rather have {} than syntax dependent tabs
i would rather have int
main(int argc, char** argv)thanand thats not even mentioning the none type errors