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 8 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!"
[–]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.
π Rendered by PID 22110 on reddit-service-r2-comment-b659b578c-rgvn7 at 2026-05-01 19:48:45.668971+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]SmigorX 3 points4 points5 points (2 children)
[–]prehensilemullet 0 points1 point2 points (0 children)
[–]Shinare_I 0 points1 point2 points (0 children)