Skip to content

sebastianlujan/ruby-enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerable methods

Contributors

Microverse

Enumerable methods
Enumerable

Self implementation on some of the Enumerables methods

Table of Contents

About The Project

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.

👨🏻‍💻Built With

  • Visual Studio Code
  • Ruby, Irb
  • Rubocop

⚡New knowledge learned

  • Closures
  • Blocks , Procs, Lambdas, yields
  • Enumerator / Enumerable
  • Review of ruby fundamentals
  • Clean Code Practices with Robocup

🎯 Road Map

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.

🤝 Acknowledgements

  • 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

Code reviews


💡🐵 Contributing

  • 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

Contact

☕ Sebastián Luján

🔥 Be 10x better

About

Self implementation of Ruby Enumerables methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages