Skip to content

Code smells Magic Numbers #3

Description

@Mykyta-Panchenko

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions