An open API service indexing awesome lists of open source software.

https://github.com/saitejesh12345/single-responsibility_solid_principles_part1

Consider a food delivery application that takes food orders, calculates the bill, and delivers it to customers. We can have 1 separate class for each of the tasks to be performed, and then the main class can just invoke those classes to get these actions done one after the other.
https://github.com/saitejesh12345/single-responsibility_solid_principles_part1

Last synced: 3 months ago
JSON representation

Consider a food delivery application that takes food orders, calculates the bill, and delivers it to customers. We can have 1 separate class for each of the tasks to be performed, and then the main class can just invoke those classes to get these actions done one after the other.

Awesome Lists containing this project