1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-09-21 01:15:56 +01:00
HackMyResume/dist/core
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
..
default-formats.js Asynchrony. 2016-02-01 22:52:13 -05:00
default-options.js Asynchrony. 2016-02-01 22:52:13 -05:00
empty-jrs.json Finish HackMyCore reshaping. 2016-01-29 15:23:57 -05:00
event-codes.js Refactor generation. 2016-02-09 15:27:34 -05:00
fluent-date.js Asynchrony. 2016-02-01 22:52:13 -05:00
fresh-resume.js refactor: remove AbstractResume base class 2018-02-04 22:49:58 -05:00
fresh-theme.js fix: exclude theme.json from interrogation 2018-02-01 17:56:43 -05:00
jrs-resume.js refactor: remove AbstractResume base class 2018-02-04 22:49:58 -05:00
jrs-theme.js style: clean up comments in jrs-theme.coffee 2018-02-01 19:22:17 -05:00
resume-factory.js refactor: remove unnecessary var 2018-01-31 16:17:46 -05:00
resume.json Finish HackMyCore reshaping. 2016-01-29 15:23:57 -05:00
status-codes.js feat: support custom theme helpers 2018-01-31 21:11:21 -05:00