1 / 23

Good VCS practices help to deliver software faster

Good VCS practices help to deliver software faster. Paul Stack @stack72. About Me . Work for OpenTable.com Member of Jetbrains Academy “Friend of Redgate” Dzone MVB DevOps Extremist. Agenda . Today we will be looking at: Feature Branching – troubles could lie ahead

dieter
Download Presentation

Good VCS practices help to deliver software faster

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Good VCS practices help to deliver software faster Paul Stack @stack72

  2. About Me • Work for OpenTable.com • Member of Jetbrains Academy • “Friend of Redgate” • Dzone MVB • DevOps Extremist

  3. Agenda Today we will be looking at: • Feature Branching – troubles could lie ahead • Branch by Abstraction • Feature Toggles • Real work users • Branching can be successful

  4. Feature branching

  5. benefits

  6. Drawbacks

  7. Branch by abstraction Consumer Old Component

  8. Consumer Interface Old Component

  9. Consumer Interface Old Component New Component

  10. Consumer Interface New Component

  11. Feature switches / toggles / flippers…..

  12. Does anyone actually do this?

  13. git flow feature start login //add a login to your product git flow feature finish login More Info: https://github.com/nvie/gitflow

  14. Any questions?

  15. Summary • Potential Issues with feature branching • Possible solution in Branch By abstraction • How Feature Switching could extend this • Real companies using this

  16. THANKS! @stack72 scandev@paulstack.co.uk www.paulstack.co.uk

More Related