1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-08 02:30:05 +01:00
HackMyResume/dist/inspectors
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
..
duration-inspector.js refactor: remove AbstractResume base class 2018-02-04 22:49:58 -05:00
gap-inspector.js Asynchrony. 2016-02-01 22:52:13 -05:00
keyword-inspector.js Asynchrony. 2016-02-01 22:52:13 -05:00
totals-inspector.js Asynchrony. 2016-02-01 22:52:13 -05:00