do_username
do_username copied to clipboard
A DigitalOcean-community-themed username generator. Implemented in Ruby, JavaScript and Rust.
I couldn't make a optional parameter and you can't make a `const `array in go, but > An array isn't immutable by nature; you can't make it constant.
Using [jest](https://jestjs.io/) as the test engine. Also add a test for the function, asserting it's `maxSize` argument. Closes #17
Created a python package implementing the specs given in README https://pypi.org/project/do-username/ It can be install by running `pip3 install do-username`.
Like with the Ruby version, the JavaScript version could include a CLI option as well. The call name might need to be tweaked to avoid conflict with the ruby version...
A workflow can be included to test the JavaScript version.
We should add a test suite to the Javascript port of the package in this repo. It should test the behaviour of the exported generate method, but also the private...
Add tests for all functions in the go implementation. See ruby/javascript tests as a point of reference. Add GitHub actions CI for the go package that runs the testing, following...
Add tests for all functions in the rust implementation. See ruby/javascript tests as a point of reference. Add GitHub actions CI for the rust package that runs the testing, following...