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
test: apply AAA pattern and DAMP to SentryByteCountFormatterTests
Refactored SentryByteCountFormatterTests to follow Arrange-Act-Assert
pattern with explicit comment markers. Inlined helper method to make
tests DAMP (Descriptive And Meaningful Phrases) - each test is now
self-contained and readable without jumping to helper methods.
Added descriptive constants (halfKbSize, kbSize) and variable names
(singleUnitResult, midRangeResult, maxValueResult) to eliminate
magic numbers and improve clarity.
Fixed operator precedence for boundary value calculation - using
'baseValue * kbSize - 1' preserves correct semantics.
0 commit comments