Merge pull request #21 from thegovind/main
fix minor typo in constitution's Article I
This commit is contained in:
@@ -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