|
|
|
|
|
by msla
2687 days ago
|
|
The kind of errors I'm interested in preventing are more like this: var foo = 5;
var bar = 100;
baz = foo + bar;
Why is that bad? Well... what do 5 and 100 mean in that program? Did you just add age in years to pixels from edge? How do you know?Appending an integer to a string is comparatively sensible next to adding age in years to pixels from edge. |
|