There are only two hard things in Computer Science: cache invalidation and naming things.
-- Phil Karlton
ππ½π―!
What's the best
or worst
naming you've seen in code or as a project name?
We're a place where coders share, stay up-to-date and grow their careers.
There are only two hard things in Computer Science: cache invalidation and naming things.
-- Phil Karlton
ππ½π―!
What's the best
or worst
naming you've seen in code or as a project name?
For further actions, you may consider blocking this person and/or reporting abuse
Ben Halpern -
Krishna Agarwal -
Nick Taylor (he/him) -
TheKillerRex27 -
Once suspended, derek will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, derek will be able to comment and publish posts again.
Once unpublished, all posts by derek will become hidden and only accessible to themselves.
If derek is not suspended, they can still re-publish their posts from their dashboard.
Discussion (4)
πβ That's a good one!
I don't understand why the security world have great names for all the things... ie: vulnerabilities, ransomware, malware, tools etc.
Best: Python auth method named -
can_haz_access
Worst: C# local array variable name, used for holding split string parts -
partsIsParts
. I can only assume this is in reference to an 80s Wendyβs commercial... but still...NOTE: these replies are thoroughly tongue-in-cheek
The biggest problem names that I've come across aren't the obscure names it's the ones that cause overlapping concepts with common words. Index is a terrible word. I work with data in oracle. Indexing can refer to the oracle indexes or tables that we call index tables (with very similar usage) and then id's get referred to as indexes. It gets really confusing really fast when you get into detailed conversations.