WoodlandAlliance@lemm.ee to Programmer Humor@lemmy.ml · 2 years agoI hate JavaScript so muchlemm.eeimagemessage-square117fedilinkarrow-up1806arrow-down158
arrow-up1748arrow-down1imageI hate JavaScript so muchlemm.eeWoodlandAlliance@lemm.ee to Programmer Humor@lemmy.ml · 2 years agomessage-square117fedilink
minus-squareBillTheTailor@lemmy.mllinkfedilinkarrow-up4arrow-down3·2 years agoDon’t blame the tool just because you lack the skill or training to use it well.
minus-squareargv_minus_one@beehaw.orglinkfedilinkarrow-up7·2 years agoThere are plenty of things wrong with the tool itself. For example, there is no way to define an equality and hash function for a class, so there is no sensible way to use arbitrary data structures as Map keys.
Don’t blame the tool just because you lack the skill or training to use it well.
There are plenty of things wrong with the tool itself.
For example, there is no way to define an equality and hash function for a class, so there is no sensible way to use arbitrary data structures as
Map
keys.