Skip to content

ryanmcdermott/3rs-of-software-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3Rs-of-software-architecture

software architecture pyramid

Software Architecture Pyramid

Software architecture is one of those nebulous concepts...

  1. Readability
  2. Reusability
  3. Refactorability

1. Readability

2. Reusability

3. Refactorability


Development

If you wish to expand on this project or contribute, run the following commands before making changes:

npm install -g create-react-app
npm install
npm run start

Open a browser and see the app running at http://localhost:3000/

Contributing

Thank you for your contributions!

Before opening a friendly Pull Request, make sure you run the following and resolve any errors noted by the linter:

npm run fmt
npm run lint

Change any relevant code examples in this README.md to reflect your changes.

License

MIT