|
|
|
|
|
by plagiarist
515 days ago
|
|
I agree that libraries certainly should not. But why would writing be the right choice ever, even for applications? Doesn't it make far more sense to use env to create in some better-typed global configuration object, filling any gaps with defaults, then use that? I'd go further and say env should always be read-only and libraries should never even read env vars. |
|