salexzee/Easify

Name changes & alias removal

Closed this issue · 3 comments

I will be changing some of the method names to their, easier to remember, aliases. Also, some aliases will just be removed all together. The goal is to get rid of all aliases and just have simple to remember names for all methods. You can check out the progress in this branch.

Looking good, I hope you change contains() to has(), because that is much easier to remember. So I would change the global function contains to has on Line 427. Also remember that you use .contains() on Line 579 and Line 552, so I would change that too. And then remove the prototype on Line 1012. Sorry if I am confusing you, that is the last thing I want to do. Also was wondering if there is a faster way I can talk to you?

Nah it wasn't confusing. I'll probably be doing this one pretty soon. 12 hour work days slow things down sometimes.

For now direct message in my twitter @samthewebb or my email are probably the fastest ways to talk to me.

contains() has been changed to has() in the branch and the other main changes, to get rid of aliases, are done and sitting in the branch. I'll merge them a little later.