Add engineering process notes

This commit is contained in:
Brad Treloar 2025-08-30 23:50:21 +09:30
parent 8a3d736ce2
commit 82348ddc7c

View file

@ -9,3 +9,14 @@ are both.
Good documentation (comments, readmes, pull-requests) makes everyone's job
easier.
If you don't trust a dev's knowledge or decision-making then put guardrails on
their work. Give detailed instructions about how the feature should work in the
ticket, and check their work against these requirements when reviewing their
work.
A team is only as good as its processes. Engineering processes such as code
style rules, code review, version control, testing, release planning etc. all
provide quality control. Without these controls, devs will perform at the level
they find personally acceptable, which may be below the standard the team needs
to succeed.