- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
[TDD] is a project where we implemented a class with some methods, by doing test-driven development (TDD)
Client
Linters
- [The method factorial takes one argument, an integer N, and returns the factorial for that number]
- [The method called reverse takes one argument, a string word, and returns word reversed]
- [The method called fizzbuzz takes one argument, an integer N, and returns a string. The returned string is constructed using some rules]
To get a local copy up and running, follow these steps.
In order to run this project you need:
Visual Studio Code
git bash
Ruby
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/MarcoOquendoC/TDD.git
Install this project with:
cd TDD
bundle install
To run the project, execute the following commands:
irb
irb(main):001:0> require "./[file].rb"
- GitHub: @MarcoOquendoC.
- Twitter: @marcooquendoc.
- LinkedIn: Marco Vinicio Oquendo.
- GitHub: @IngDavidTM
- Twitter: @David5TM
- LinkedIn: LinkedIn
- GitHub: @Mhamad-Raad
- LinkedIn: Mhamad Raad
- [Refactoring]
- [Preserve data]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a βοΈ!
I would like to thank Microverse team.
- Special Thanks to everyone who will get time to check this code and suggest any issue
This project is MIT licensed.