adamkvarnsund / Group-23

2 stars 0 forks source link

Maybe move code for Trim into its own class? #14

Open radams78 opened 1 year ago

radams78 commented 1 year ago

OCP: You may want to move the code for how a car with Trim behaves into its own class which Volvo240 delegates to or inherits from. This will allow you to create a new car with Trim in future without duplicating code.