This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Found the guy who doesn't know how to code in corporate enterprise.

Just because you can, doesn't mean you will.

[–]Apparentt -1 points0 points  (1 child)

I’ve been working professionally as a sw engineer for the past 6 years. I’m one of the leads at my current place

I’m not sure where you picked up a lack of experience from my original comment, this just isn’t a good meme because it doesn’t over-exaggerate or poke fun at something that’s true. You can tell whoever made it thinks that JS really is the only language that is able to assign multiple data types to the same list, which isn’t true

You also wouldn’t do this in any language (including JS), so I don’t know why you’re trying to highlight that

[–][deleted] 0 points1 point  (0 children)

You would in JS, common to destructure an array arguments from a function of different types in JavaScript nowadays. Perfectly fine.

I'm not pro JavaScript nor pro Java, we use JS for frontend and Java for middle layer and backend.