My Utility Module - do you do this? Pros and Cons? Feedback welcome

I don’t use single letter variables - these are entire functions… and these are common functions I use all the time. It’s been pretty easy so far.

When it comes to variables, however, I use really long chains sometimes. “DoorLockKeyClone” etc… But for these functions, it’s really easy to remember that u.w(5) is a 5 second wait, based on “time”.

Thank you for your thoughts!

1 Like

Making single letter functions are even worse, since if you call them you have absolutely no idea what they do if (and i say it again) you take a moderately lengthy break.

Extra, you REALLY shouldn’t do this in free resource modules, since people can get very disoriented and not know what to write for a function.

But that is you, not use, if it isnt for us then why is it in community resources?

If something is in community resources it needs to be well documented, and actually readable, at this current state it is best in #development-discussion