lwholey / concert

Testing with Ruby on Rails
0 stars 0 forks source link

Refactor code to describe our problem domain better #6

Open johnwilde opened 13 years ago

johnwilde commented 13 years ago

The application was based on the 'Ruby on Rails Tutorial Sample App' and because of that there is a lot of code (variables, file names, database tables) that uses words more appropriate to describe the data model in that domain. For example, our 'User' table is actually used to describe the 'Search' that someone performs.

For ease-of-understanding these names should be changed.