|
|
|
|
|
by rock3m
3163 days ago
|
|
We had problems similar to this, but we were all technical and we were all opinionated about the ways we code. We solved it by having a code review process. Setting up a review board (https://www.reviewboard.org) is a good start. To create code co-ownership and keeping all the people on the same page, code review helps you communicate better, and get familiar with the code base. You, as the more technical one, can ask your co-founder to review your code as well. |
|