Picking back up learning Ruby. Cause why not. Anyway,
``` ruby
'cat'.to-i
```
Gives 0. So, if I need to convert strings to ints, I neeck to have a case for if something is 0 too. Or something.
Picking back up learning Ruby. Cause why not. Anyway,
``` ruby
'cat'.to-i
```
Gives 0. So, if I need to convert strings to ints, I neeck to have a case for if something is 0 too. Or something.
From a Lorry Driver to Ruby on Rails Developer at 38
https://www.writesoftwarewell.com/lorry-driver-to-rails-developer-at-38/
Discussions: https://discu.eu/q/https://www.writesoftwarewell.com/lorry-driver-to-rails-developer-at-38/
Amateur's Hangman game, in Ruby, code review request.
https://github.com/jbk2/the-odin-project/tree/main/ruby_exercises/hangman
Discussions: https://discu.eu/q/https://github.com/jbk2/the-odin-project/tree/main/ruby_exercises/hangman
Released my open-source "Learn to Code" game, Godot Warrior! I have walkthrough videos in the works to really help out the early learners, but any and all beta testers are welcome!