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.
- Host: GitHub
- URL: https://github.com/saitejesh12345/single-responsibility_solid_principles_part1
- Owner: saitejesh12345
- Created: 2023-11-01T10:06:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T10:15:30.000Z (over 1 year ago)
- Last Synced: 2023-11-01T11:26:52.982Z (over 1 year ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md