- get_coordinates_from_mic_e: replace two inline `if direction == ...`
rebinds with a reusable apply_hemisphere_sign/3 helper; the final
range check becomes maybe_return_coords/2 with a guarded clause that
yields {lat, lon} or {nil, nil}.
- has_position_data?: the boolean short-circuit collapses from an
explicit if/else to a single `or` expression.
All 37 CoordinateUtils tests (4 properties) still pass.
|
||
|---|---|---|
| .. | ||
| bounds_utils.ex | ||
| coordinate_utils.ex | ||
| packet_handler.ex | ||
| packet_utils.ex | ||
| param_utils.ex | ||