mde / true

A JavaScript port of the Unix utility 'true'. Returns the Boolean value `true`
100 stars 26 forks source link

Add test to ensure we always return true independent from input #11

Closed aderjaan closed 10 years ago

mde commented 10 years ago

Good call. It's these critical details that distinguish a good library from a bad one!

aderjaan commented 10 years ago

Yeah, exactly. This way it will be very easy to extend the library without breaking any stuff.

mde commented 10 years ago

Modularity is the most important thing, no exceptions! Teeny, tiny, microscopic modules FTW!