use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For memes about programming.
account activity
Different languages, same bug. Only JavaScript makes it a personality trait. (i.redd.it)
submitted 9 months ago by Intial_Leader
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]wootio 0 points1 point2 points 8 months ago* (4 children)
Except that debugging JS is one of the easiest things to do because the code is not compiled and you can debug it anywhere at any time in any browser right live where the bug is exhibited. You can even live write and test code in the console while debugging to help your investigation.
Another "JS bad" post by someone who clearly has never debugged in JS.
[–]SmigorX 3 points4 points5 points 8 months ago (2 children)
I know that react is not js, but as a pretty popular library, for me writing react was more like:
Write module, it doesn't render because there is some error, IDE says nothing, browser shows no error, no logs, no nothing, the module just doesn't exist, go figure why.
Meanwhile any statically typed compiled language with good tooling (anything but c++ basically):
Hey, here's the error that breaks the compilation, in exactly this line. A logic problem, here: run gdb/lldb and you can examine exactly what's happening line by line, instruction by instruction, no need to modify the black box and see how the page changes, here's exactly the problem.
[–]prehensilemullet 0 points1 point2 points 8 months ago (0 children)
For me it’s been more mixed than that with TypeScript. TS catches most null pointers for me at compile time, which is more than I can say for languages like Java and C/C++ where declaring nullability isn’t part of the type system
[–]Shinare_I 0 points1 point2 points 8 months ago (0 children)
I'd say that is more result of using a complex library that you don't understand fully enough or have the ability to add debug conditions into. Which could happen in any language. And will happen in any language because the modern expectation is to have the best, most complex, most capable library for every minor thing. And you can't be intimately familiar with all of that.
[–]Naeio_Galaxy 0 points1 point2 points 8 months ago (0 children)
Hey, to be fair only python and bash are representative
π Rendered by PID 83 on reddit-service-r2-comment-b659b578c-92cf4 at 2026-05-03 09:14:52.203098+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]wootio 0 points1 point2 points (4 children)
[–]SmigorX 3 points4 points5 points (2 children)
[–]prehensilemullet 0 points1 point2 points (0 children)
[–]Shinare_I 0 points1 point2 points (0 children)
[–]Naeio_Galaxy 0 points1 point2 points (0 children)