-
are your views handling more than they should?
-
are you sending too many queries to db?
-
are you DRY?
-
are your controller actions doing too much?
-
are your actions/methods doing unnecessary work?
-
are you hitting the database (insert, update, etc.) when you don’t need to?
-
are you duplicating view code?
-
can you think of a way to DRY your todo model? it seems that we’re repeating ourselves in all of the status related methods.
-
do you have the right schema and db structure?
forked from magee/refactor_this
-
Notifications
You must be signed in to change notification settings - Fork 0
thestereoscopics/refactor_this
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published