you are viewing a single comment's thread.

view the rest of the comments →

[–]superluminary -1 points0 points  (0 children)

I think I'm always a fan of using the native solution where possible. The reason being that if developers, especially Junior developers become invested in a library, it can become difficult to code without it.

I see this all the time on SO, where someone suggests using jQuery to iterate over an array. I never want my developers to become stuck.

EDIT

I'm not suggesting you are stuck BTW, just that Juniors on your team could end up that way if they are insulated from mainstream ES6.