|
|
|
|
|
by hbrn
1327 days ago
|
|
> I like written communication, it forces you to be more structured in your thinking It sure does, but I don't care if comms are unstructured if same job gets done much faster. You're not going to frame your structured communication and put it on the wall. You could argue that someone might find your past PR communication useful in the future, but that's what code comments are for. > a review that can be done in a slack hurdle in 15 minutes can be done async in less Strongly disagree, some code reviews have lots of back and forth. A branch that could be merged within an hour may take several days because reviewers and branch owner each going at their own pace. The more async you are, the more WIP you're going to have, and it is always a bad thing. > every one of these hurdles will actually be surrounded by a period of non-productive time I consider time spent getting on the same page with my team members to be one of the most productive things I can do. Even more productive than writing code. |
|