Is public const bad?
Is declaring a number or string as public const
considered bad practice? Let's have a look what a const
variable means in the first place.
Let's find out and also check what are the alternatives.
Is declaring a number or string as public const
considered bad practice? Let's have a look what a const
variable means in the first place.
Let's find out and also check what are the alternatives.