Open MiliyardMulugeta opened 1 year ago
In this pull request, I've implemented the following changes:
Serviceable
Engine
Battery
Car
CarFactory
These changes aim to make the codebase more modular, maintainable, and flexible. Please review and let me know if any adjustments are needed.
In this pull request, I've implemented the following changes:
Serviceable
interface to ensure consistent service checks across different car parts.Engine
andBattery
classes to align with the new design.Car
class, making it composed of different parts.CarFactory
class to abstract the car creation process.These changes aim to make the codebase more modular, maintainable, and flexible. Please review and let me know if any adjustments are needed.