We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We use these kinds of files for configuration, right?
Looking through a random configuration files about half of it was booleans.
I know "yes" can be truthy, but I'd much rather have a definitive true/false than something like:
true
false
enableSymmetricUpgradableAdapter = "true" enableNonVolatileDataStreamProtocol = "TRUE" enableSolidStateMechanicsArchive = "yes" enableFuzzyDataStreamVariable = "sure why not" enableAsynchronousRigidSignal = 1 enableDigitalFloatingPointProcedure = 3.14159265359
I propose true/false because it directly translates to JSON without any coercion.
Buzzwords from some random generator.
The text was updated successfully, but these errors were encountered:
Just added it a few minutes ago.
Sorry, something went wrong.
haha nice!
No branches or pull requests
We use these kinds of files for configuration, right?
Looking through a random configuration files about half of it was booleans.
I know "yes" can be truthy, but I'd much rather have a definitive
true
/false
than something like:I propose
true
/false
because it directly translates to JSON without any coercion.Buzzwords from some random generator.
The text was updated successfully, but these errors were encountered: