As noted at #110 and #105, underscores should be consistently applied to mark public/private boundaries, and we should have this documented somewhere. We have:
- public API
- private functions (with _)
- private modules (with _), but "semi-public" functions within them that are used in other modules
Ping @LourensVeen. Maybe put this in the contributing code docs?
As noted at #110 and #105, underscores should be consistently applied to mark public/private boundaries, and we should have this documented somewhere. We have:
Ping @LourensVeen. Maybe put this in the contributing code docs?