Explain the benefits of ready and solid principals
Sigiloso
Rest requests give the benefit of communication between client and server how http is "meant" to work in a stateless manner. It also allows for a systems Web api to be cleanly exposed in a logical manner Solid has many benefits including providing breaking code into modular reusable components rather than monolithic beasts of code or God classes.