HMI-Studios / CivCloneJS

3 stars 1 forks source link

Refactor internal functions #158

Open kjniemela opened 1 year ago

kjniemela commented 1 year ago

All "internal" functions (such as getVisibleTilesRecurse) should be prefixed with "_" and be marked as private.

kjniemela commented 9 months ago

Most of this has been done, but we should still go over the code again and verify it. Also, I think we shouldn't actually add the "_" prefix, let's just mark them as private.