ironarachne / namegen

A library and CLI program for generating random names, written in Go.
Apache License 2.0
33 stars 29 forks source link

Are we need unit testing? #75

Closed hadihammurabi closed 2 years ago

hadihammurabi commented 2 years ago

We know the good code is code that well tested. Because at least there is a guarantee against the code that has been tested.

Are we need a testing? We can start from unit testing, maybe.

BenOvermyer commented 2 years ago

Yes, unit tests would be a good addition.

hadihammurabi commented 2 years ago

Alright, i work on it now.