You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
🎨 This is simply combing through the files and exchanging variable names in the src/githubcity folder? I would like to tackle this. Also, does this include the non __* ones? Such as: dataUsers = self.getSortedUsers(sort)
and if limit: dataUsers = dataUsers[:limit]
I chose a bad name for the variable __dataUsers. Also, I called a variable as dataUsers in the __exportUsers method.
Actually, __dataUsers and dataUsers are different variables (for this reason I want to rename __dataUsers to __processedUsers). They are different because I want to save all the processed users in __processedUsers (without limit). I use dataUsers the limit first users.
Some properties from GitHubCity need a new name:
This will help to make easier to understand the code and document it.
The text was updated successfully, but these errors were encountered: