naming command line arguments

Jan 10, 2024

I've learned that a good way to name command line arguments for software tools is to implement the argument under whatever name seems most obvious, but then later to try to use it without looking up what it was and then usually just change the name of the argument to what I typed, not what was originally in the code

↑ up