HVFrancis / WritingImplements

A simple Java project to model things to write with.
0 stars 25 forks source link

-Added Erasable Interface #31

Closed RaymondTerry closed 3 years ago

RaymondTerry commented 3 years ago

-Added Erasable interface -Added an erase() method to classes Pen and Chalk to override the erase method from the interface.

More writing implements beyond the pencil is now erasable!

-There seems to be some auto-spacing that occurred with everything that is cluttering the changed made.

HVFrancis commented 3 years ago

All you needed was to create the Erasable.java file. Other tasks are assigned as other issues, and some I'm not assigning until next year. So could you create a pull request with just the Erasable interface indexed?

RaymondTerry commented 3 years ago

I tried deleting each of the files from the commit but that created more, so I simply made a change to Erasable so you can accept that one alone from the rest.