Closed kpaxiotis closed 6 years ago
Nice! Very good first try! I will review it tommorow and I will let you know.
You should also reference the issue that this PR solves. For example, solves #3
Good work @kpaxiotis but next time it is better to start a new branch for the staff you implement. Thanks!
Should I create a new brunch and build the class there or is it ok for now?
@kpaxiotis nicely done. Let's leave it on this branch, because with a new one a new Pull Request is needed to and it will get too complicated.
I built the basic functions of the Product class. I defined the price of the product as a float both as an instance variable and a class variable (override?). Is it ok?