DEV Community

Discussion on: The 10 Commandments of Programming

Collapse
 
thejoezack profile image
Joe Zack

I'm getting to where I really love having configs for most of my "constants". .NET makes it so easy to provide them via file, environment, or command line...why not! But uh, yeah...stop those hard-coded values from spreading before it's too late. Great read!

Collapse
 
dotnetcoreblog profile image
Jamie

appsettings.json is one of my favourite things in Core.