kalekundert / byoc

MIT License
0 stars 0 forks source link

Rename project #20

Closed kalekundert closed 2 years ago

kalekundert commented 3 years ago

AppCLI is more general than just being a tool for command-line apps, and it bothers me that the name doesn't reflect that. I think the name should reflect some/all of the following:

Some ideas:

I don't want to have "param" in the name, because *param*.param is redundant. Maybe I could just change the convention to from *param* import param, Key, ..., though...

I like the term "default", since I'm more and more thinking of the role of the library as being to provide very fancy default values. Unfotunately the obvious variants of this term are taken. cdefault (for config-default) is one of my favorite choices so far...

I like "gofind" too; it does a good job communicating the "multiple locations are searched for parameter values" criterion from above...

kalekundert commented 2 years ago

At the same time as I do this, I'm going to rename param to attr as well.