Author: Monkey User
For further actions, you may consider blocking this person and/or reporting abuse
Author: Monkey User
For further actions, you may consider blocking this person and/or reporting abuse
Sorry, it's true.
Erin Bensinger -
Sloan the DEV Moderator -
Tarun -
Michael Tharrington -
Once suspended, juliatorrejon will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, juliatorrejon will be able to comment and publish posts again.
Once unpublished, all posts by juliatorrejon will become hidden and only accessible to themselves.
If juliatorrejon is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Julia Torrejón.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag juliatorrejon:
Unflagging juliatorrejon will restore default visibility to their posts.
Top comments (13)
Mostly agree, but like to add...
TO be fair to IE11, it's alright. It obviously doesn't support bleeding edge but at least you can reliably test and polyfill for it.
Edge should be much better and it pains me to still find bugs in Edge that I also find in IE11. So much for a complete new browser...
Safari is the real heap of crap these days - both mobile and desktop.
I'd agree with IE but Edge is pretty cool with regards to new language features.
Eh, somewhat.
I still don't understand what's holding them to implement Web components like the other browsers (note: this is not directly related to JavaScript, but rather to the web platform).
All great! Just wanted to add to PHP since I do PHP :o)
PHP - balancing upside-down near a ledge - doing crazy risky rhings for no apparent reason. Alluding to the meme of PHP being inherently more insecure than the rest.
A little more light on PHP: The guy is standing on the symbol for a database while wearing an Apache feather, a nod towards the LAMP stack (Linux OS, Apache web server, MySQL database, PHP code).
Thanks, that is really useful!
PHP - balancing upside-down near a ledge - doing crazy risky things for no apparent reason. Alluding to the meme of PHP being inherently more insecure than the rest.
ES7 is two years old now...
About the Java one - I interpret it differently. Below "garbage collector" there is an arrow pointing at the zombie - the zombie represents the garbage collector itself!
I have seen Java developers and projects that fear the garbage collector. They claim that the GC may run at any moment, even when it's critical that the program runs smoothly, and screw things up. So they take special measurements to avoid the GC as much as they can.
The same reasoning hold for other languages with GC, but in dynamically typed interpreted languages you are not expecting much performance anyways, and in other statically typed compiled languages you often have
struct
types that allow relatively easy GC avoidance. In Java, however, there is no struct types, so you have to either reuse objects or depend on primitives. Both solutions are ugly and error-prune.So, Java has a GC that is like a zombie - a slow monster that's out to get you and you need to use all sort of weird tricks in order to avoid it.
Or it could be implying that Java developers are zombies that just blindly use java for its garbage collector.
IIRC, when Java originally got popular, it was partially due to the garbage collector, and how it was harder to write code that might have really bad crashes.
The comic might be implying a lot of java developers keep using java for out-of-date reasons like that (possibly also that the language is dead? or that they're "dumb zombies"), despite there being other alternatives.
That said, people sticking too much to one language for bad reasons can be applied to pretty much any non-esoteric language.
Like OP said, the arrow is pointing at the zombie indicating that it IS the garbage collector.
It's because the garbage collector is (historically) unpredictable, slow and picks off objects that have fallen behind your object tree. Like a zombie.
Anyone claiming java or its user are zombies are always people who've jumped on some new language that hasn't died on its arse yet :P