(no title)
michaelscott | 2 months ago
Moving back to a language that does this kind of thing all the time now, it seems like insanity to me wrt safety in execution
michaelscott | 2 months ago
Moving back to a language that does this kind of thing all the time now, it seems like insanity to me wrt safety in execution
hu3|2 months ago
Novices start slapping global variables everywhere because it makes things easy and it works, until it doesn't and some behaviour breaks because... I don't even know what broke it.
On a smaller scale, mutable date handling libraries also provide some memorable WTF debugging moments until one learns (hopefully) that adding 10 days to a date should probably return a new date instance in most cases.
port11|2 months ago
ClayShentrup|2 months ago