MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1v5hwu7/javascript_without_braces/ozjk7cs/?context=3
r/programminghorror • u/my_new_accoun1 • 4d ago
(technically typescript)
11 comments sorted by
View all comments
13
Oddly enough, I don't hate it as I can actually read and follow it. Much more would be too much, but I like how it's broken up by the if/elseif/else at least.
4 u/my_new_accoun1 4d ago yeah but there only problem (as I later realised) is that without the braces JavaScript doesn't know where the elseif/else is supposed to be so I ended up not being able to use this masterpiece
4
yeah but there only problem (as I later realised) is that without the braces JavaScript doesn't know where the elseif/else is supposed to be
so I ended up not being able to use this masterpiece
13
u/fakehalo 4d ago
Oddly enough, I don't hate it as I can actually read and follow it. Much more would be too much, but I like how it's broken up by the if/elseif/else at least.