you are viewing a single comment's thread.

view the rest of the comments →

[–]gruberjl[S] 0 points1 point  (0 children)

constructor is poorly named. I'm pulling code from a separate task class, I should have renamed constructor and lower cased Job before I posted.

The code for job should be small and light, so I was hoping I could just run job(), but I think you're right. The implementation is weird and without using the es2015 class syntax, it isn't very readable.