Difference between revisions of "CI Antipatterns and Kitchen Sink"
From CitconWiki
Jump to navigationJump to search (New page: [CI Antipatterns article 1 http://www.ibm.com/developerworks/java/library/j-ap11297/index.html]) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | * CI Antipatterns article #1: http://www.ibm.com/developerworks/java/library/j-ap11297/ | |
+ | * CI Antipatterns article #2: http://www.ibm.com/developerworks/java/library/j-ap03048/ | ||
+ | |||
+ | == Antipatterns == | ||
+ | * Infrequent check-ins | ||
+ | * Broken builds | ||
+ | * Minimal feedback | ||
+ | * Spam feedback | ||
+ | * Slow machine | ||
+ | * Bloated build | ||
+ | * Bottleneck Commits | ||
+ | * Continuous Ignorance | ||
+ | * Scheduled Builds | ||
+ | * Works on My Machine | ||
+ | * Polluted Environment | ||
+ | |||
+ | |||
+ | == Other Notes == | ||
+ | * Going to a new project and getting to know how it's built (and improving/automating) can help understand software architecture better |
Latest revision as of 07:23, 19 September 2009
- CI Antipatterns article #1: http://www.ibm.com/developerworks/java/library/j-ap11297/
- CI Antipatterns article #2: http://www.ibm.com/developerworks/java/library/j-ap03048/
Antipatterns
- Infrequent check-ins
- Broken builds
- Minimal feedback
- Spam feedback
- Slow machine
- Bloated build
- Bottleneck Commits
- Continuous Ignorance
- Scheduled Builds
- Works on My Machine
- Polluted Environment
Other Notes
- Going to a new project and getting to know how it's built (and improving/automating) can help understand software architecture better