You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generateInvoice class does more than one thing. In order to improve code maintanability and extensibility, it is recommended to use Extract Class refactoring technique, since this class launchs the applications as well as creates the frame for the invoice.
It is recommended to have multiple classes, each focusing on one single responsibility.
The text was updated successfully, but these errors were encountered:
The generateInvoice class does more than one thing. In order to improve code maintanability and extensibility, it is recommended to use Extract Class refactoring technique, since this class launchs the applications as well as creates the frame for the invoice.
It is recommended to have multiple classes, each focusing on one single responsibility.
The text was updated successfully, but these errors were encountered: