Skip to content

spoofhopper/bewd11-homework

 
 

Repository files navigation

BEWD11 Homework Repository

This is the repository where you'll push your homework each week.

How To Use This Repo

Follow these directions closely to switch over to this repository.

  1. Fork this repository.
  2. Clone your fork to your ~/my_projects folder.
  3. Create a directory in the bewd11-homework folder using your real name and github account name, like bewd11-homework/NicoleBorgaard-Borgaard. That will make it easier for us to remember what everyone's github name is. :)
  4. For each homework make sure to put your files in a new hw_x directory in your named directory. Example for homework #3: bewd11-homework/NicoleBorgaard-Borgaard/hw_3/

Example of what your folders should look something like:

|-- my_projects
    |-- bewd11-Arun
        |-- README.md
        |-- week1
    |-- bewd11-homework
        |-- README.md
        |-- YourName-github_username
            |-- hw_1
                |-- calculator.rb
            |-- hw_2
        |-- NicoleBorgaard-Borgaard
            |-- hw_1
                |-- calculator.rb
            |-- hw_2
        |-- ArunSood-arsood
            |--hw_1
                |--calculator.rb
            |--hw_2

Instructions

Only use this repository for your homework and any files you are contributing in class.

If any files are in the pull request outside of your personal folder, we will send it back to you to fix it!

Weekly Homework

Submit homework by pushing to your bewd11-homework repo, then submit a pull request.
Unless otherwise specified, homework is given each Thursday, and is always due the following Tuesday. Feedback on each on time assignment will be provided by Thursday via comments on pull requests. Late assignments are unlikely to receive feedback as we move forward with the class.

HW # Assignment Homework Outline Due Date Feedback
1 Review Git and complete both Ruby tutorials ---> Command Line and Git Thursday, October 8th N/A
2 my_projects/bewd11-homework/YourName-username/hw_1/calculator.rb
Go through Ruby Primer in Ruby Monk
Introduction to Ruby Tuesday, October 13th Thursday, October 15th
3 - - -
4 - - -
5 - - -
6 - - -
7 - - -
8 - - -
9 - - -
... - - -

About

Homework Repo for BEWD11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%