Closed lyrachord closed 1 year ago
This isn't an RFC nor a request for someone to right one.
If you can explain something you would like someone to write an RFC for, open an issue and maybe someone will (but probably not).
Otherwise, please follow the RFC process and write an RFC.
You've open two issues today that don't follow along with our documented "how to contribute steps".
I'm going to assume good intent but if the pattern continues, I'm going to start assuming bad intent and that you are mostly interested in spamming.
By design, What does the leading underscore
_
mean? It means something is private.Look,
equivalent to the following
here, the leading underscore
_
does not mean that something is private. It does means private prefix from a syntax view. In deed the above code should be corrected like the followingOK, someone gets the point, but one would say, how about cases with name conflict? f.e.
Some languages introduce a solution with scope limition.
So absolute pretty good bad boilerplate!
Solution: affix again! prefix or suffix, it denpends. Experiences, preferences, wisdom, balance and coordination, from designer. f.e.
BTW, in the language design domain, old school teachs that how other languages works, but there is no lesson that you can not override them.