5 Matching Annotations
- Jun 2021
-
naildrivin5.com naildrivin5.com
-
It also makes it hard to centralize type coercions and default values.
-
Most programming languages vend environment variables as strings. This leads to errors like so:
-
-
github.com github.com
-
use :ENABLE_SOUNDTRACK, class: :boolean
-
-
gitlab.com gitlab.com
-
access to typed ENV-variables (integers, booleans etc. instead of just strings)
Tags
Annotators
URL
-
-
www.gertgoet.com www.gertgoet.com
-
Note: as for setting boolean variables: not only are true/false and 0/1 acceptable values, but also T/F and on/off. Thanks, coercible!
-