FeedTheCube / CogDoc

0 stars 0 forks source link

Naming Conventions #13

Closed hyndgrinder closed 6 years ago

hyndgrinder commented 6 years ago

In this update I renamed all the ...iter variables to itemGroup, and all of the for loops to use item. I also removed the variable to instantiate the classes in the getXXX() queries, and instead just instantiate directly into the list-append method. I also cleanded up the imports so the method calls don't require don notation. I also removed the _ prefix from the class parameters. Not sure where I got the idea I was supposed to do that, but it surely wasn't necessary...

closes #12