Skip to content

Conversation

@bbalser
Copy link
Collaborator

@bbalser bbalser commented Sep 10, 2025

Comment on lines +318 to 319
SignalLevel::Low => dec!(0),
SignalLevel::None => dec!(0),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two lines could be simplified to one
_ => dec!(0),

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

understood, I like it this way though, being very explicit and obvious that low signal strength is now worth 0 points

@bbalser bbalser force-pushed the bbalser/adjusted-outdoor-coverage-points branch from 618aa5d to f01ff87 Compare September 12, 2025 18:07
@bbalser bbalser merged commit 4c30e96 into main Sep 12, 2025
55 checks passed
@bbalser bbalser deleted the bbalser/adjusted-outdoor-coverage-points branch September 12, 2025 20:05
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.

4 participants