👷 Make less work for others, part 2
Cliff Brake March 13, 2025 #work #teamA few examples of how to make "less work" for others:
- try not to introduce bugs or break stuff
- communicate in workflows like Tickets/PRs where there is context and messages can be easily processed
- document your work -- including "why"
- focus on the business priorities
- be self-directed -- see what needs done and do it
- work in public (commit early and often and release your work often).
- document how work was tested
- better yet, provide examples/scripts/tests of how to use/test your work
It should be obvious:
- what we are doing
- why we are doing it
- how we did it
- how we tested/verified it
- and how to use it