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
Address code review feedback: improve variable names and readability
- Renamed hasExplicitRemotesConfig to hasUserConfiguredRemotes for clarity
- Extracted complex conditional logic into well-named boolean variables
(hasReceivedData, isFetchingNextPage, hasReachedPreviousFetchLimit, shouldBreakEarly)
to improve readability and make the logic more self-documenting
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
0 commit comments