-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Throughout the codebase we use magic numbers, sometimes without defining:
16 - UUID length
0, 1, 2 - markings/algorithms
06 for subtype
Let's replace them with meaningful macros or variables to improve readability.