Skip to content

dbare/phase-1-checkpoint-challenge-3-teacher-refactoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refactoring

Ignore bonus.md for now -- that's a bonus release for when/if you've finished the core challenges.

In this challenge, you'll need to use parent class(es), inheritance relationship(s), and/or modules to clean up repetition in code.

Your tests currently pass. When you're finished with any given improvement to the code, they should still pass. Do not change the tests.

Release 0

What do all three classes have in common? DRY it up.

Make sure the tests still pass.

Release 1

What do the SeniorTeacher and ApprenticeTeacher classes have in common? DRY it up.

Make sure the tests still pass.

Continue

  • Make sure you have committed your work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%