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
Replaced hardcoded values 64 and 1000 with descriptive constants:
- BUFFER_SAFETY_MARGIN (64): Extra space for string operations
- MAX_PAREN_SEARCH_DISTANCE (1000): Prevent runaway parsing
Improves code readability and maintainability.
0 commit comments