adomokos / light-service

Series of Actions with an emphasis on simplicity.
MIT License
837 stars 67 forks source link

Refactoring the KeyVerifiers to use inheritance #61

Closed adomokos closed 9 years ago

adomokos commented 9 years ago

This PR gets rid of the repeated code blocks for all 3 KeyVerifiers. Inheritance seemed like a good option for it.

Not sure I liked this a 100%, it would be great to receive some feedback.