Open jrhorn424 opened 7 years ago
- It's best practice to use `self.foo` and `self.foo` = instead of `@foo` and `@foo =`. + It's best practice to use `foo` and `self.foo =` instead of `@foo` and `@foo =`.