logo
Published on

Accelerate

Authors
book cover image and link to amazon

Notes

NOTE

This was the first book I ever added to my book shelf. I was expecting to write a table for each book detailing important points and actions I'd take for our internal Software Factory team. I've removed a bit of that, but decided to leave this formatting as-is to remind myself of the initial plans and how much they have changed.

#Notes
1Developers need to be able to run tests and run apps on their workstations
2Successful teams had adequate test data to run their tests. Consider making test data as proxy for all real data.
3Maturity models don't make sense, need capability models for evaluating
4Teams should be able to choose their own tools based on users of the tools
5Keeping system config and app config in version control is more important than application code
6Devs need to create their own tests, not made by another team. Also if tests pass then code should be releasable
7If devs are full time, trunk based is best with daily merges back to master and short lived branches. Open source or part time projects can have longer branches a la github flow
8Consider team apis and bounded context as a way to more loosely couple teams. High performance happens when a team can change the way it works without permission of other teams.
9Letting people use their own tools contributes to software and organization
10IA and IT Security should provide libraries and tools to devs and engineers and make their use optional but encouraged.
11Architects should focus on engineers and outcomes, not tools or technologies. Doesn't matter if developers hate using them, focus on people and what they want.
12Infosec and IA need stop be involved throughout, can't be a bottleneck at end as changes are hard and expensive. Plus it slows down our goal of fast deployments
13Rugged Manifesto is alternative to DevSecOps
14Having a manager or change board review deployments doesn't work, doesn't lead to better performance.
15Traditional IT Approval processes are risk management theater
16Consider formalizing 20% time, Friday afternoons, or time to work on any other project for the company.
17Yak days (for technical debt) and half days (for other ).
18Allocate training budget and let employees use it how they find .
accelerate

Back to the Book Shelf