seanmisra / a4

Dog Data: 4th project for CSCI E-15 at Harvard Extension - Spring '17 semester 🐕
http://a4.mizranca.com
0 stars 0 forks source link

Review all Files before Submission #46

Closed seanmisra closed 7 years ago

seanmisra commented 7 years ago

Check code clarity/comments/repetition/etc. Is there code repeated which could be boxed in a function? Could if/else's be simplified with ternaries? Any extraneous code? Any parts that need comments.

After, test the following:

Keep track of files that have been reviewed here: js/master.js js/home.js js/dog.js js/dictionary.js js/admin.js

css/master.css css/home.css css/dog.css css/dictionary.css css/admin.css

config/app.php

routes/web.php

database/migrations/ database/seeds/

app/Dog.php app/Tag.php app/Fact.php

app/Http/Controllers/HomeController.php app/Http/Controllers/DogController.php app/Http/Controllers/DictionaryController.php app/Http/Controllers/AdminController.php

master.blade.php home.blade.php two conversion blade.php files dictionary.blade.php admin.blade.php

seanmisra commented 7 years ago

All files checked and all tests pass