Use of when Expression: The when expression is used to handle different combinations of radius and source, making it clear and concise.
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
[ ] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
[x] Ensure the tests and linter pass
[x] Code coverage does not decrease (if any source code was changed)
Use of
when
Expression: Thewhen
expression is used to handle different combinations ofradius
andsource
, making it clear and concise.Before submitting your PR, there are a few things you can do to make sure it goes smoothly: