You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: