Day: March 20, 2007

  • Environment Variables Considered Harmful

    If you are getting your configuration from environment variables you are in trouble. You should always use commandline parameters to make the configuration explicit. On the other hand it seems acceptable to use envrionment variables as default values for those parameters. To rephrase it: If you have dependencies make them as obvious as your programming…