nhs-t10 / Robotics_2021_2022

2 stars 0 forks source link

Refactor Autoauto to allow a nullable context parameter in AutoautoPrimitive.call() #54

Closed chlohal closed 2 years ago

chlohal commented 2 years ago

This'll allow a much easier #52 ! Right now, methods have no idea of their context-- if we make it work more like Javascript's call, it'll be easier for non-globals to know where they're being called from.