Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modules abbreviation module #1076

Open
UnixJunkie opened this issue Feb 9, 2022 · 0 comments
Open

modules abbreviation module #1076

UnixJunkie opened this issue Feb 9, 2022 · 0 comments

Comments

@UnixJunkie
Copy link
Member

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:

module L = BatList
module S = BatString
module A = BatArray

I.e. we choose for the most useful batteries modules a one letter module name.

So that people can do

open BatAbbrevs

and get all those shortly named modules in their scope.

Good idea? Bad idea?

PS: throwing tomatoes is allowed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant