Enumerable methods
Enumerable
Self implementation on some of the Enumerables methods
This is the second ruby project on the Microverse curriculum Here I create my own implementation of the ruby Enumerable methods
#my_each_with_index
#my_select
#my_all?
#my_any?
#my_none?
#my_count
#my_map
#my_inject
A more detailed explanation: ruby Enumerables.
- Visual Studio Code
- Ruby, Irb
- Rubocop
- Closures
- Blocks , Procs, Lambdas, yields
- Enumerator / Enumerable
- Review of ruby fundamentals
- Clean Code Practices with Robocup
This project will be extended and refactored in the future for practice new techniques like metaprogramming and FP, in a near future, no roadmap associated. For more information, look into the TODO commit messages.
- Microverse - The opportunity of learn, meet people, breath code, and improve my life )
- The Odin Project - For their open source curated links
- ferdelvalle - For push me to
code for humans
and improve my code literacy
- Mauricio Robayo - He taught me the value of double-check my code
- Ahmed Mahfoudh - He taught me the value of professionalism
- Fork it https://github.com/yourname/yourproject/fork
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some awesome fooBar')
- Push to the branch (git push origin feature/fooBar)s
- Create a new Pull Request
☕ Sebastián Luján
🔥 Be 10x better