Friday, August 23, 2024
1 change
Code cleanup and technical improvements
The budget calculation system has been reorganized to make it easier for developers to customize and extend. Specific calculation methods were separated out from the main computation process and given clearer names, improving the overall code structure without changing how the system works for end users.
Original PR description
The methods 'get_accounts' and 'get_query' were extracted from the _compute_practical_amount method for inheritance purposes. Consequently, their names were changed to more descriptive ones.