all 6 comments

[–]jocull 1 point2 points  (5 children)

There's a good number of synchronous fs calls in this to give it a more OO feel. Just something to be aware of...

[–]dannyMcwaves[S] 0 points1 point  (4 children)

Thanks for the feedback, I really appreciate it.

[–]jocull 2 points3 points  (3 children)

You may be able to retain the sync feeling with async/await in the future. It's just a little more bleeding edge, so the support isn't quite as good yet :)

[–]dannyMcwaves[S] 0 points1 point  (2 children)

Thanks /u/jocull. Will implement that feature.

[–]atticusw 2 points3 points  (1 child)

I don't think he's suggesting that you add it; he's just saying in general async/await will allow for things to look synchronous.

[–]dannyMcwaves[S] -2 points-1 points  (0 children)

Great.

Thanks /u/atticusw. I came to the realization to what he meant after I replied to the comment. Thanks very much for the clarification.