Difference between revisions of "How to Avoid Branching"

From CitconWiki
Jump to navigationJump to search
(Created page with "Problem: Foo Complications: Bar Potential Solutions: Baz")
 
Line 1: Line 1:
Problem:
+
== Problem: ==
  
Foo
+
Best practices for Trunk-Based Development
  
Complications:
+
Goal is Continuous Integration
  
Bar
+
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 01: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