Skip to content

Commit

Permalink
refactor(adrs): tweak monorepo adr wording in response to PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kelly committed Jan 3, 2023
1 parent bff2e78 commit 84a917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adrs/0003-monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Stacks repo is growing in complexity and will soon require many different de

Despite shipping many different concepts (atomic classes, CSS components, JS components), the interdependency chains are relatively linear. This means that we can fairly trivially split the repo into smaller portions.

Our current codebase could be split like so:
For example, our current codebase could be split like so:
- Atomic classes (no dependencies)
- CSS Components (depends on Atomic components)
- JS Components (depends on Stimulus, Popper.js, CSS + Atomic components)
Expand Down

0 comments on commit 84a917c

Please sign in to comment.