We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code is definitely violating the Open Closed Principle. It has to be modified if there is any change in the value of the objects.
The class invoice lacks a default constructor.
Has the characteristics of a God Class with multiple methods
These are the only violations I see so far. I have been reviewing the lectures once again to get a better understanding
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This code is definitely violating the Open Closed Principle. It has to be modified if there is any change in the value of the objects.
The class invoice lacks a default constructor.
Has the characteristics of a God Class with multiple methods
These are the only violations I see so far. I have been reviewing the lectures once again to get a better understanding
The text was updated successfully, but these errors were encountered: