This will be a long multipart series looking back at the work I did during the Ruby section of The Odin Project. None of this is particularly correct, but I figure that documenting my progress will be a hilarious time capsule of what I struggled with and how much more I can improve things in the future.
The biggest takeaway from this project was ord which was a big sticking point for me initially because odin doesn’t teach it. I also learned match and basic regex in this project. Other than that it is relatively simple, I loop around the edges of the alphabet ordinal ranges to shift the letters depending on the input shift.
Looking at it now I can definitely simplify some of this logic and make the method return a value instead of putting it on the console. I can also update some of the method calls for a more easily readable chunk of code.