You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the possibility to define some values as constant/magic values.
Such a value is always the same. It can't be changed in the constructor and also has no setter.
There are various concepts called magic number.
File header magic numbers could be excluded when parsing.
If the number is needed afterwards, like in your example supposedly, it would just need a fixed value for code and read-only values I think.
Add the possibility to define some values as constant/magic values.
Such a value is always the same. It can't be changed in the constructor and also has no setter.
Possible syntax:
The text was updated successfully, but these errors were encountered: