What are your naming and commenting conventions in BAS to make it more readable?

Support
  • Althrough its obvious what these little "nodes" do because its written, i just came back to project that i stopped few months ago AND i had really tough (still have) times trying to understand what I did.

    Since that i comment everything. What are your commenting and naming ideas that will make it more organized and easy to read even after few months?

    my functions and variables names are very descriptive but I probably can do better :D maybe for tier 2 functions id include tier 1 function name in front of it like

    Tier1:
    Cars

    Tier 2:
    CarsHandling
    CarsSpeeding
    CarsCollision

    apart from that i really love BAS :) everything is reachable even if theres needed a big workaround.