Replies: 1 comment 1 reply
-
So it means giving a temporary conversion function and removing it after, e.g., 3/6 months, right? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at https://github.com/ScoopInstaller/Scoop/blob/master/libexec/scoop-config.ps1 should make it obvious that the settings file needs a naming convention for its values. camelCase, kebab-case, snake_case, and SCREAMING_CASE are mixed together.
One idea would be to change everything to snake_case and use SCREAMING_CASE in the code so it's easier to see that a setting is used. (
get_config
andset_config
just have to convert upper/lowercase)But, now let the fight about the "correct" casing begin. 😁
Beta Was this translation helpful? Give feedback.
All reactions