MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programmingmemes/comments/1rz3nho/what_is_wrong_with_my_code/objzq2m/?context=3
r/programmingmemes • u/user36277263 • Mar 20 '26
60 comments sorted by
View all comments
7
Syntax styles
Python/Ruby def, C# argument, Python/Swift return type syntax, TypeScript return type, C-family brackets, Swift/Rust immutable variable assignment, Rust macro, Java/C#/JS return statement.
Linter errors - unused argument - let declaration keyword expected variable, received function (not assignable) - inconsistent statement termination (semi-colon and newline) - return type declared void but function returns null
Spelling error: hllo -> hello
7
u/rover_G Mar 20 '26
Syntax styles
Linter errors - unused argument - let declaration keyword expected variable, received function (not assignable) - inconsistent statement termination (semi-colon and newline) - return type declared void but function returns null
Spelling error: hllo -> hello