Pete
Pete
For names, how about: - Pattern Matching: Literals and Variables. - Pattern Matching: Types. The Type part would benefit of a qualifier. Simple? Basic? So is not confusing if we...
Starting step 1 (exemplar, tests and stub). I will put it in a draft PR today.
If the solution expects use of custom types we should make that concept first. An alternative is to use `case` statements to introduce pattern matching and return a String like...
@kytrinyx step 1 draft PR is ready. Do you want to create a separate branch to send it to, or should I use main?
Ok, I got inpatient and did the instructions and introduction before any feedback ¯\\_(ツ)_/¯ Also changed my mind about using `case` statements and refactored the exemplar to use constant patterns...
Here is a very plain implementation. What would you add/change? ``` #!/bin/sh echo "Enter exercise name using only alphanumeric characters." echo -n "In PascalCase for module name: " read MODULE...
Sorry for the delayed reply. I have been super busy and haven't had any time to dedicate here. I expect to have more time available in late November and December....