|
|
|
|
|
by Groxx
322 days ago
|
|
Obviously yes. They all routinely treat my "thingsByID" array like a dictionary - it's a compact array where ID = index though. They even screw that up inside the tiny function that populates it. If anything IMO, they over-value names immensely (which makes sense, given how they work, and how broadly consistent programmers are with naming). |
|
In my experience they under overvalue var names, but they value comments even more. So I tend to calibrate these things with more detailed comments.