m is for dependency on another map
s is for dependency on services (essentially everything else for the time being)
l is for local dependency on the map itself, for recursion or private methods
inp is for the input
Private methods should begin with an underscore for the sake of convention.
Private method access is not currently forbidden, because I'm too lazy right now.
Deprecated
Stability
0 - deprecated
mis for dependency on another mapsis for dependency on services (essentially everything else for the time being)lis for local dependency on the map itself, for recursion or private methodsinpis for the inputPrivate methods should begin with an underscore for the sake of convention. Private method access is not currently forbidden, because I'm too lazy right now.
Example