Skip to content

Commit 7865bb0

Browse files
committed
feat(srcs): add the potential necessary architecture for modularity to respond to the problem of sh42
1 parent c9259e1 commit 7865bb0

File tree

23 files changed

+11
-1
lines changed

23 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
To be efficient we must agree to respect different rules of organization to set
33
this project the most quickly and reliably possibly. Thoses framework pass by acknowledging different set of rules.
44

5+
# Before we even code a line
6+
- [ ] Git Workflow
7+
- [ ] Hooks
8+
- [ ] CI (GitHub Actions)
9+
- [ ] Code Style
10+
- [ ] Commit convention
11+
- [ ] branch protection
12+
- [ ] Docs
13+
- [ ] interactive rebase habits
14+
515
## Commit
616

717
From What I've sawn on the internet, most teams follow some variation of these three pillars:

incs/ast.h

Whitespace-only changes.

incs/builtins.h

Whitespace-only changes.

incs/env.h

Whitespace-only changes.

incs/executor.h

Whitespace-only changes.

incs/expander.h

Whitespace-only changes.

incs/globbing.h

Whitespace-only changes.

incs/lexer.h

Whitespace-only changes.

incs/parser.h

Whitespace-only changes.

incs/signals.h

Whitespace-only changes.

0 commit comments

Comments
 (0)