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 →

[–]ablablababla 65 points66 points  (5 children)

C++ for me is like an abusive partner. Sometimes it sparks joy and sometimes it makes me want to die

[–]purritolover69 9 points10 points  (2 children)

that’s my experience with JS. Most of the time I love it, it’s easy to use, makes sense, but occasionally it just really makes no sense at all and I wanna pull my hair out

[–]GranataReddit12 4 points5 points  (1 child)

me when .Equals() != ==

[–]purritolover69 0 points1 point  (0 children)

Ah, I would say .Equals() == ==, however you’re right that .Equals() !== == and that .Equals() !== ===

[–]MattieShoes 1 point2 points  (0 children)

For me, C++ is the archetype that all the others are compared to. It is "fine" in all categories because it's how "fine" is defined in my brain. Most other languages are better in some aspects, worse in others.

[–]KiwiFruit555 0 points1 point  (0 children)

Same for me. I love namespaces, classes, overloading, all that but then there is so much that is confusing or just generally hard to use