Add engineering process notes
This commit is contained in:
parent
8a3d736ce2
commit
82348ddc7c
1 changed files with 11 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue