Yes, as are n
and i
. Do they not deserve ‘fleekness?’
Pro tip: the arguments to main()
don’t have to be named argc
and argv
.
Also, you forgot to #define an alias for atoi
, and number
, n
, and i
could’ve been named something more on fleek.
My text editor doesn’t access shit on my drive (unless I ask it to) because it’s Free Software and my Linux distro package maintainers audit it to make sure it doesn’t contain malware like that.
You’re praising a pathological solution to a problem that shouldn’t exist to begin with.
What do you mean, “most?” Electron apps are the vast minority of desktop apps.
Haha teletype goes clickclickclickclickclickclickclickclickclick
Dark mode just doesn’t make sense for professionals.
What, you don’t skateboard down the hallway to the server room?
Make sure to print them out and re-photograph them on a wooden table!
(Nobody tell him about the Cobol batch jobs that still run overnight.)
The Java hate is not about wanting to type fewer characters; it’s about FactoryFactory
-type boilerplate nonsense adding conceptual bloat that obscures what the unit of code is actually trying to accomplish.
It’s almost fine. It needs to include units for the measurements.
And if you want it to be online, you can just share your .kdbx file between your computers using Syncthing or whatever.
That’s why F-Droid is the safest Android app repository. If I’m not mistaken, every app they offer is rebuilt from the public source code by the repo package maintainer.
Here’s hoping Sync and Boost lead the way
Or better yet, let’s hope Free Software apps lead the way and ditch the proprietary ones.
I mean, returning non-zero exit status on error is just good practice. It even managed to evaluate to the same numerical value as
EXIT_FAILURE
when I tested it on my machine (gcc 11.4.0 linux x86-64), although I’m not sure if that’s always the case or if it’s undefined behavior.This cursed code is quite well-written.