Problem:
The class contains hardcoded prices for drinks and ingredients, making it difficult to modify prices or introduce dynamic pricing in the future.
Fix:
Extract the prices into a constant map or configuration file so that they are easier to maintain.
Problem:
The class contains hardcoded prices for drinks and ingredients, making it difficult to modify prices or introduce dynamic pricing in the future.
Fix:
Extract the prices into a constant map or configuration file so that they are easier to maintain.