Skip to content

playing around with Object Oriented Programming in Ruby (as a ruby newbie)

Notifications You must be signed in to change notification settings

ginabak/theOffice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9bdf06d Β· Nov 15, 2019

History

2 Commits
Nov 15, 2019
Nov 15, 2019
Nov 15, 2019
Nov 15, 2019
Nov 15, 2019

Repository files navigation

theOffice

TL;DR πŸ¦„

This is Gina playing around with Object Oriented Programming in Ruby (as a ruby newbie)

More Deets, Please

File Names

libs: contains all the class (& subclass) files and main.rb tests: contains all the test files (in this case there are 2 files per base class)

Overview

There are 2 base classes:

The Office Characters πŸ’Ό The Warehouse Staff πŸ“¦ please note: If time permitted, I would have created a GIANT super class since these 2 base classes have similar methods

TheOfficeCharacter contains the following subclasses:

JimHalpert 😏 MichaelScott πŸ₯΄ DwightSchrute πŸ€“ TheWarehouseStaff contains the following subclasses:

RoyAnderson 😢 DarrylPhilbin πŸ˜’ NateNickerson πŸ˜›

main.rb creates the instances of these classes

πŸ₯° ENJOY πŸ₯°

About

playing around with Object Oriented Programming in Ruby (as a ruby newbie)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages