1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-01-22 11:42:18 +00:00
hacksalot 8dca5b76e7
refactor: remove AbstractResume base class
(1) AbstractResume adds complexity without contributing utility. There's not
really a clean "class" abstraction in JavaScript to begin with; CoffeeScript
classes, as nice as they are syntactically, occlude the issue even further.

(2) AbstractResume currently functions as a container for exactly two functions
which arguably should live outside the resume class anyway.
2018-02-04 22:49:58 -05:00
..
2018-01-31 21:11:21 -05:00
2018-02-02 04:48:28 -05:00
2016-02-11 22:03:49 -05:00