Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FR
Posts
0
Comments
629
Joined
2 yr. ago

  • Ah, other commenters beat me to saying what I was going to say regarding the semantics.

    But also, it’s a unique artificially created word. Nobody is going to confuse it for anything else (granted, that might get murky with pharmaceuticals). It’s searchable with any piece of software that does simple string matching. Also, it isn’t itself a constituent of some other longer word, which helps with that kind of thing too.

    The spelling of the word is also phonetically logical. Being a new artificially created word, they could’ve spelled it however they wanted, but they chose the spelling that reads how it sounds. Very few people are going to hear it spoken and misspell it if they’re typing it into some device.

    Yeah.. that sums it up

  • That’s very reasonable, I can get behind that. (my stance is a partly irrational overreaction and I’m totally aware of it lol)

    Abbreviations are definitely annoying. My least favourite thing to do with them is “Hungarian notation”. It’s like.. in a statically typed context it’s useless, and in a dynamically typed context it’s like.. kind of a sign you need to refactor

  • Single character variable names are my pet peeve. I even name iterator variables a real word instead of “i” now.. (although writing the OG low level for loops is kinda rare for me now)

    Naming things “x”.. shudder. Well, the entire world is getting to see how that idea transpires hahah