Skip to content

Sonar cleanup 2 - #8610

Merged
nbolton merged 9 commits into
masterfrom
sonarCleanup_2
May 22, 2025
Merged

Sonar cleanup 2#8610
nbolton merged 9 commits into
masterfrom
sonarCleanup_2

Conversation

@sithlord48

@sithlord48 sithlord48 commented May 21, 2025

Copy link
Copy Markdown
Member
  • more explicit methods
  • use const pointers / references when possible
  • remove the goto in EventQueue
  • use std::string_view were its possible
  • remove // from comment blocks
  • Use more ranged for loops
  • use RETRY_TIME directly in ClientApp , remove unused old methods around it
  • use of emplace_back in modified code

@sithlord48
sithlord48 force-pushed the sonarCleanup_2 branch 12 times, most recently from 9a4f9dc to a90a576 Compare May 22, 2025 03:45
@sithlord48
sithlord48 marked this pull request as ready for review May 22, 2025 04:06
@sithlord48
sithlord48 requested a review from nbolton May 22, 2025 04:07
Comment thread src/lib/base/EventQueue.cpp
@nbolton
nbolton merged commit a33574e into master May 22, 2025
@nbolton
nbolton deleted the sonarCleanup_2 branch May 22, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants