You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, notwithstanding the discussion around the duplication (#276 and then #279) , I had the experience of implementing the individual exercises and found myself enjoying the evolution (going from specifically converting between binary and decimal to generically converting between base N and base 10).
What do you think of building that evolution into the exercise itself? That is, split it into parts and introduce a series of "additional requirements"?
The text was updated successfully, but these errors were encountered:
Give usage instructions when bin/generate is called with no arguments.
The instructions also provide a list of the available generators.
Return 0 on exit when providing usage information.
It wasn't REALLY an error situation, the script completed correctly, you
just didn't provide enough arguments for it to do anything else.
Move 'require's up to the top of the file.
Send error component of the message to stderr.
FWIW, notwithstanding the discussion around the duplication (#276 and then #279) , I had the experience of implementing the individual exercises and found myself enjoying the evolution (going from specifically converting between binary and decimal to generically converting between base N and base 10).
What do you think of building that evolution into the exercise itself? That is, split it into parts and introduce a series of "additional requirements"?
The text was updated successfully, but these errors were encountered: