Check the global temp vars, files and caches. Encapsulated scoping is a lie we’ve been told to help us sleep better at night. Some of those seemingly well defined system functions bleed out to caches for (slight) performance gains.
You could have the most locked down explicitly defined well scoped code in the world, and it just takes one measly baked in call to a global function to shatter that dream house into a thousand pieces.
I’m looking at you string-match; you know what you did.
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
Check the global temp vars, files and caches. Encapsulated scoping is a lie we’ve been told to help us sleep better at night. Some of those seemingly well defined system functions bleed out to caches for (slight) performance gains.
You could have the most locked down explicitly defined well scoped code in the world, and it just takes one measly baked in call to a global function to shatter that dream house into a thousand pieces.
I’m looking at you
string-match
; you know what you did.