Difference between revisions of "How to Avoid Branching"
From CitconWiki
Jump to navigationJump to searchPaulJulius (talk | contribs) (Created page with "Problem: Foo Complications: Bar Potential Solutions: Baz") |
PaulJulius (talk | contribs) |
||
Line 1: | Line 1: | ||
− | Problem: | + | == Problem: == |
− | + | Best practices for Trunk-Based Development | |
− | + | Goal is Continuous Integration | |
− | + | Really we want Faster Feedback | |
− | Potential Solutions: | + | == Complications: == |
+ | |||
+ | In monolithic codebases, it's hard to make quick changes | ||
+ | |||
+ | Team members need to have the skills to make the changes | ||
+ | |||
+ | |||
+ | == Potential Solutions: == | ||
Baz | Baz |
Revision as of 00:18, 18 May 2019
Problem:
Best practices for Trunk-Based Development
Goal is Continuous Integration
Really we want Faster Feedback
Complications:
In monolithic codebases, it's hard to make quick changes
Team members need to have the skills to make the changes
Potential Solutions:
Baz