Changes between Version 4 and Version 5 of StartModWorkflow
- Timestamp:
- Dec 9, 2013, 2:19:18 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModWorkflow
v4 v5 1 = Getting Started with Modular Boost Library Development Workflow = 1 = Modular Boost Library Workflow Overview = 2 [[PageOutline]] 2 3 3 4 Workflow is the term used to describe the steps a Boost library developer follows to create and maintain a library. 4 5 5 The workflow model Boost recommends is nowadays called Git Flow. It was introduced as a simple [http://nvie.com/posts/a-successful-git-branching-model/ blog posting] by Vincent Driessen on January 5th, 2010, that went viral and has quicklybecome a de facto standard software engineering practice.6 The workflow model Boost recommends is nowadays called '''Git Flow'''. It was introduced as a simple [http://nvie.com/posts/a-successful-git-branching-model/ blog posting] by Vincent Driessen on January 5th, 2010, that went viral and has become a de facto standard software engineering practice. 6 7 7 8 This workflow has arguably become so successful because it scales really well, and that's one of the reasons it is recommended for Boost libraries.