Skip to content

Violations of SRP principles #17

@aditya23k

Description

@aditya23k
  1. 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.

  2. The class invoice lacks a default constructor.

  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions