From 002b8261bc35787113824cf2f7fa754da15faaa1 Mon Sep 17 00:00:00 2001 From: Brad Treloar Date: Sun, 2 Mar 2025 00:22:43 +1030 Subject: [PATCH] Notes about teamwork --- docs/programming/general/working-on-a-team.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/programming/general/working-on-a-team.md diff --git a/docs/programming/general/working-on-a-team.md b/docs/programming/general/working-on-a-team.md new file mode 100644 index 0000000..d1d6716 --- /dev/null +++ b/docs/programming/general/working-on-a-team.md @@ -0,0 +1,11 @@ +# What I've learned from working on a team. + +A cordial working environment is more important than getting everything your +way, or optimal engineering practices. You have to pick your battles and focus +on fixing just the things that you can't work with at all. + +Some devs are mediocre programmers. Some devs are mediocre communicators. Some +are both. + +Good documentation (comments, readmes, pull-requests) makes everyone's job +easier.