/
Avoid having too many dependencies
Avoid having too many dependencies
If you want to reduce friction and have your team work smoothly it’s super important to make your build system easy to set up.
The key here is avoid the need to do a lot of configuration work on each build machine. Windows in particular is a pain to install stuff on. Keep it simple.
Sometimes for time reasons we need additional tools. It’s best to have the attitude that these are temporary.
Hint they are not temporary if you leave them in there indefinitely!
, multiple selections available,
Related content
What should an automated build system do?
What should an automated build system do?
More like this
Should you have one unit test or many?
Should you have one unit test or many?
Read with this
How do we make a build system for Product X, using Product X
How do we make a build system for Product X, using Product X
More like this
Automated build concepts
Automated build concepts
Read with this
Build system
Build system
More like this
Detecting changes in source control
Detecting changes in source control
Read with this