Skip to content

thestereoscopics/refactor_this

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ask yourself:

  • 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?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published