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
m
is for dependency on another maps
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 methodsinp
is 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