1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-09-21 09:25:56 +01:00
HackMyResume/dist/utils
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
..
file-contains.js Asynchrony. 2016-02-01 22:52:13 -05:00
html-to-wpml.js Asynchrony. 2016-02-01 22:52:13 -05:00
md2chalk.js Asynchrony. 2016-02-01 22:52:13 -05:00
rasterize.js Asynchrony. 2016-02-01 22:52:13 -05:00
resume-detector.js CONVERT: Improve command consistency. 2018-01-30 02:34:58 -05:00
resume-scrubber.js refactor: remove AbstractResume base class 2018-02-04 22:49:58 -05:00
safe-json-loader.js Detect bad option files supplied via --options. 2018-01-29 02:04:00 -05:00
safe-spawn.js Asynchrony. 2016-02-01 22:52:13 -05:00
string-transformer.js Asynchrony. 2016-02-01 22:52:13 -05:00
string.js Asynchrony. 2016-02-01 22:52:13 -05:00
syntax-error-ex.js Improve JSON error handling. 2016-02-12 17:11:11 -05:00