Skip to content

Code smells Magic Numbers #3

@Mykyta-Panchenko

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions