Open rohitcube opened 12 months ago
This was designed as such intentionally as the viewBudget function would only function with a budget present. If the user sets their budget as 0 to mean ignore the budget, the viewBudget would still trigger. Furthermore, knowing whether a budget is set by the user allows us to in the future trigger warnings automatically when the user is spending more than their budget.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
Confused about the use of these functions. Is deletebudget really necessary, considering the budget is a standalone variable that does not affect anything else. Isn't it the same as updating the budget to zero?