-
Notifications
You must be signed in to change notification settings - Fork 0
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
20190809_KEW_comments #20
Comments
Code
|
Okay, that was my guess! Thanks! |
Feel free to incorporate or dismiss these suggestions. Let me know if clarification is needed on any points.
Meta
mod
is usefulmod::ule()
andmod::module()
Food for thought
mod
supportpsyphr
? That might be a good approach to building a real-world example.Language, description, and accessibility
require()
ORlibrary()
(don't find the crowd; guide its directions)provide()
function to declair public variables, while all others become private" is missing a thing or two.)Code
drop()
but not inuse()
? (e.g.,drop("my_test_mod")
vs.use(my_test_mod)
refer()
will mask assignments from the previous module.e.g.,
The text was updated successfully, but these errors were encountered: