6 ms·
Along the lines of an ADR, another useful document to have is Decisions and Opinions. Often choices are subjective, highlighting these will let contributors kno
by ser0 6y ago
Along the lines of an ADR, another useful document to have is Decisions and Opinions. Often choices are subjective, highlighting these will let contributors know about your preferences for the project. Often these relate more to linting styles, choice of libraries, etc.
- matklad 6y agoWe have something similar in https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/dev/style.md https://github.com/rust-analyzer/rust-analyzer/blob/master/d.... An interesting systemsy difference is that missing style.md means more work for maintainers (as they need to do more cleanup), while missing architecture.md means more work for contributors.