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
It is necessary to evaluate the impact of the implementation of a balance sheet class.
This will change the behavior of the bookkeeper.
But there are advantages:
Better encapsulation
More generic methods and a better implementation of the national accounts (asking the balance sheet directly or simply getting a method from the bookkeeper)
The text was updated successfully, but these errors were encountered:
sergiolmrivero
changed the title
Evaluate the necessity to implement a Balance Sheet Class
Implement a Balance Sheet Class and change bookkeeper acordingly
Jan 23, 2025
The best way to implement the Balance sheet and refactor the BookKeeper class is to first implement the new methods (Investment, Credit, and Debts) and then implement the existing methods.
It is necessary to evaluate the impact of the implementation of a balance sheet class.
This will change the behavior of the bookkeeper.
But there are advantages:
The text was updated successfully, but these errors were encountered: