https://github.com/turingschool-examples/reaching-through-objects
https://github.com/turingschool-examples/reaching-through-objects
be-1 ruby
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/turingschool-examples/reaching-through-objects
- Owner: turingschool-examples
- Created: 2022-04-26T16:24:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T22:59:44.000Z (over 3 years ago)
- Last Synced: 2025-06-23T23:35:59.803Z (about 1 year ago)
- Topics: be-1, ruby
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 6
- Forks: 134
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reaching Through Objects
This repository is meant to be used in conjunction with the BE Mod 1 lesson called **Reaching Through Objects**.
## How to Use
1. Fork, then clone your forked repository.
1. Use the `warmup` directory to get a sense of the exercises.
1. Work through `exercise_1`.
1. When you want to get more advanced, work through as many of the `scenarios` as you can!
---------
### Check for Understanding
At the end of this lesson, students should be able to answer the following questions:
1. In each exercise/scenario you completed, how do the objects you created relate to each other?
1. What are the responsibilities of each class? Are there ever responsibilities that "leak" into other classes?
1. Why do you think we separate these classes and their responsibilities out in the first place? What would the code look like if we ___didn't___ do this?