fix minor typo in Article I
This commit is contained in:
committed by
GitHub
parent
b4833cb7ea
commit
f077e90a24
@@ -256,7 +256,7 @@ The constitution defines nine articles that shape every aspect of the developmen
|
|||||||
#### Article I: Library-First Principle
|
#### Article I: Library-First Principle
|
||||||
Every feature must begin as a standalone library—no exceptions. This forces modular design from the start:
|
Every feature must begin as a standalone library—no exceptions. This forces modular design from the start:
|
||||||
```
|
```
|
||||||
Every feature in Specify2 MUST begin its existence as a standalone library.
|
Every feature in Specify MUST begin its existence as a standalone library.
|
||||||
No feature shall be implemented directly within application code without
|
No feature shall be implemented directly within application code without
|
||||||
first being abstracted into a reusable library component.
|
first being abstracted into a reusable library component.
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user