You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lazy programmer that I am is thinking about the following:
we create a new module. Let's say BatAbbrevs (for abbreviations).
In this module, we put things such as:
moduleL=BatListmoduleS=BatStringmoduleA=BatArray
I.e. we choose for the most useful batteries modules a one letter module name.
So that people can do
openBatAbbrevs
and get all those shortly named modules in their scope.
Good idea? Bad idea?
PS: throwing tomatoes is allowed.
The text was updated successfully, but these errors were encountered:
The lazy programmer that I am is thinking about the following:
we create a new module. Let's say BatAbbrevs (for abbreviations).
In this module, we put things such as:
I.e. we choose for the most useful batteries modules a one letter module name.
So that people can do
and get all those shortly named modules in their scope.
Good idea? Bad idea?
PS: throwing tomatoes is allowed.
The text was updated successfully, but these errors were encountered: