Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 942 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 942 Bytes

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