A place to cache linked articles (think custom and personal wayback machine)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

title: Rebuilding your application url: http://www.agmweb.ca/2015-05-13-rebuilding/ hash_url: 8c74424b59

If you have a complex long-term application, it will be complex to set up. That means:

  • it gets harder to bring new developers on board
  • it gets harder to add in new pieces
  • bugs start to occur between different developers deployments
  • setting up the application becomes handed down knowledge

The worst thing is that you can't see the technical debt that is piling up. It's underneath your application, but because you never set up your development environment again, you don't see it. You can stay productive, setting up the application is a rite of passage for other people.

Reduce the number of settings. Make it work well out of the box. Get as few steps as possible. Document it. Script it.

Once you've got the rebuild happening quickly, you won't fear setting up your application again.