marrus-sh / Alrescha

♓️🌟 An ECMAScript library for walking RDF graphs.
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Move internal functions outside of constructor #18

Open marrus-sh opened 4 years ago

marrus-sh commented 4 years ago

There should not be any functions being declared inside of constructors, only bindings.

marrus-sh commented 4 years ago

Check functions declared inside of methods too to see if there are any common threads, but these are 🆗 to be inlined since they have a short lifespan and may never be needed.