• 0 Posts
  • 49 Comments
Joined 4 months ago
cake
Cake day: February 8th, 2025

help-circle





  • Point not made. First time around I read this as “elitist devs looking down on other devs thinking the latter can’t figure out a good UX”, which instantly gets countered with “it is a skill issue alright, but with all the people who design to UX to be exactly that (looking at you too, Android)”

    Ok, so this is about devs making software on their own and producing bad UX? Wow, news flash: most devs, even good ones, are not good UI/UX designers, that’s a completely different skill




  • Yeah. JS is okay with lots of funny (and not fun) type coercions (toString on everything? really?), has no notion of reference as data type, but somehow automatic iteration on array by “==” operator is too much

    You are right, that’s not want I would want from it, it is bad, I will never like that. And you are also right there are things even worse than this, no question there

    Edit: “implementing iteration on == would have been too much” is an invalid argument, if anyone had doubts


  • And I can’t take this one. I did not ask if an object referenced by a is the same object referenced by b, I asked if two empty collections of values are equal. And an empty bag can easily be substituted by another empty bag, there is no class/instance tricky business here. And the fact that in JS arrays are objects is again JS-specific insanity. Still I thank you for sharing your thoughts