Jonathan Prass Martins

Results 65 comments of Jonathan Prass Martins

What issues would you like to Document as "non resolvable problems", and what are the issues that would be nice to implement?

Nice... Pull requests will be welcomed! In the mean time I will focus on better testing to get all this edge cases well documented!

The easy and fast ones! hehehe Should number be restricted from prefix and suffix too? What do you think about it?

I honestly prefer to `throw new Error`. It create a feedback loop that show the developer the boundaries of the library.

> I honestly prefer to `throw new Error`. It create a feedback loop that show the developer the boundaries of the library. I change my mind. Throwing error can cause...