turingschool / curriculum-site

1 stars 0 forks source link

Class v Instance Methods #100

Closed memcmahon closed 3 months ago

memcmahon commented 3 months ago

Existing Lesson - https://backend.turing.edu/module2/lessons/class_vs_instance_methods

Note: Needed in order to do some of the basic SQL we will ask them to do for group project (i.e. sort all merchants alphabetically)


7/12 Update

juliet-e commented 3 months ago

CONSIDER: Do we need a short async homework when students are doing the Part II Little Shop project (first Rails project) so that students know how to use class methods with just one table? Then this sync lesson could dive further into class methods and how they can work together with AR associations?