FrontSide / Dary-The-Blog

A Blogging Web-App written in Java using the Framework Play.
Other
5 stars 0 forks source link

Extract Superclass for Models #5

Open FrontSide opened 10 years ago

FrontSide commented 10 years ago

Several Models have similar methods e.g. getCreDate(). Should be extracted to abstract Superclass (see Martin Fowler's refactoring catalog "extractSuperclass")