A place to cache linked articles (think custom and personal wayback machine)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.