https://github.com/alexb52/exercism-ruby
A repo showing my preferred Ruby code style through exercism.org exercises
https://github.com/alexb52/exercism-ruby
code-style oop refactoring ruby
Last synced: 3 months ago
JSON representation
A repo showing my preferred Ruby code style through exercism.org exercises
- Host: GitHub
- URL: https://github.com/alexb52/exercism-ruby
- Owner: AlexB52
- Created: 2020-10-05T08:44:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T08:32:04.000Z (over 2 years ago)
- Last Synced: 2025-03-14T18:54:28.714Z (3 months ago)
- Topics: code-style, oop, refactoring, ruby
- Language: Ruby
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change/HELP.md
Awesome Lists containing this project
README
# My Ruby code style
My Git repository to solve exercises on exercism.io. Here is my [profile for the Ruby track](https://exercism.org/profiles/AlexB52).
I always to try to make code easy to understand, to change or to optimise and that repository is a way to explain what I mean by that. It's a representation of my current coding style when writing Ruby and using object-oriented programming.
Feel free to create a pull request to discuss changes that would make the code better or discuss these in the comment section of the exercise on exercism.org