Revise one word: projects to frameworks.

This commit is contained in:
Brent Simmons 2018-01-23 20:52:11 -08:00
parent 493ea95d33
commit e613038d7c
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Dont fight the built-in frameworks and dont try to hide them. Lets not
#### Ours
Evergreen is layered into frameworks. Theres an app level and a bunch of frameworks below that. Each framework has its own reason for being. Dependencies between projects should be as minimal as possible, but those dependencies do exist.
Evergreen is layered into frameworks. Theres an app level and a bunch of frameworks below that. Each framework has its own reason for being. Dependencies between frameworks should be as minimal as possible, but those dependencies do exist.
Some frameworks are not permitted to add dependencies, and should be treated as at the bottom of the cake: RSCore, RSWeb, RSDatabase, RSParser, RSTree, and DB5. This simplifies things for us, and makes it easier for us and other people to use these frameworks in other apps.