andrewplummer / Sugar

A Javascript library for working with native objects.
https://sugarjs.com/
MIT License
4.53k stars 306 forks source link

Consider throwing errors on date creation with invalid input. #637

Open andrewplummer opened 6 years ago

andrewplummer commented 6 years ago

Would like to at least consider Date.create throwing errors on invalid input and opening this to discussion.

Pros:

Simpler handling through normal control flow.

Cons:

Not consistent with new Date API.

Others?