This practical guide provides ten best practices to help team leaders create an effective working environment through key adjustments to their process. Joost Visser, Sylvan Rigal, Gijs Wijnholds and Zeeger Lubsen argue that poor software quality continues to plague enterprises of all sizes because of the process, rather than individual developers, and describe ways to improve this.
The book is a follow-up to their previous title, Building Maintainable Software, and the authors offer lessons based on their assessment of development processes used by hundreds of software teams. Each practice includes examples of goalsetting to help you choose the right metrics for your team.
Author: Joost Visser, Sylvan Rigal, Gijs Wijnholds and Zeeger Lubsen Publisher: O'Reilly Date: Dec 2016 Pages: 136 ISBN: 978-1491951774 Print: 149195177X Kindle: B01MYZHEGP Audience: Team leaders Level: intermediate Category:Methodology
- Achieve development goals by determining meaningful metrics with the Goal-Question-Metric approach
- Translate those goals to a verifiable Definition of Done
- Manage code versions for consistent and predictable modification
- Control separate environments for each stage in the development pipeline
- Automate tests as much as possible and steer their guidelines and expectations
- Let the Continuous Integration server do much of the hard work for you
- Automate the process of pushing code through the pipeline
- Define development process standards to improve consistency and simplicity
- Manage dependencies on third party code to keep your software consistent and up to date
- Document only the most necessary and current knowledge
Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.
To have new titles included in Book Watch contact BookWatch@i-programmer.info
Python Programming with Design Patterns
Author: James W. Cooper Publisher: Addison-Wesley Date: February 2022 Pages: 352 ISBN: 978-0137579938 Print: 0137579934 Kindle: B09D2RKQB5 Audience: Python developers Rating: 1 Reviewer: Mike James There was a time that design patterns were all the thing. Not so much now. But Python - does it have [ ... ]
|
Bare Metal C
Author: Steve Oualline Publisher: No Starch Press Date: August 2022 Pages: 304 ISBN: 978-1718501621 Print: 1718501625 Kindle: B08YJB9BCF Audience: C programmers Rating: 3 Reviewer: Harry Fairhead Bare metal C sounds exciting and very basic. Time to find out how the machine really works.
| More Reviews |
|