srobo / competition-simulator

A simulator for Student Robotics Virtual Competitions
https://studentrobotics.org/docs/simulator/
MIT License
8 stars 2 forks source link

Express coupling between these arguments via types #423

Closed PeterJCLaw closed 9 months ago

PeterJCLaw commented 10 months ago

This also encourages callers to express their constant ranges as tuple constants, which should further clarify that they're coupled.

Builds on #412.