/TDD

This project solves factorials, and it was created using test driven development

Primary LanguageRubyMIT LicenseMIT

πŸ“–Test-driven development (TDD)

πŸ“— Table of Contents

πŸ“– [TDD]

[TDD] is a project where we implemented a class with some methods, by doing test-driven development (TDD)

πŸ›  Built With

Tech Stack

Client
Linters

Key Features

  • [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]

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 Visual Studio Code
 git bash
 Ruby

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/MarcoOquendoC/TDD.git

Install

Install this project with:

  cd TDD
  bundle install

Usage

To run the project, execute the following commands:

  irb
  irb(main):001:0> require "./[file].rb"

πŸ‘₯ Authors

Marco Marco Oquendo

Marco David Tamayo

πŸ‘€ Mhamad Raad

(back to top)

πŸ”­ Future Features

  • [Refactoring]
  • [Preserve data]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a ⭐️!

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse team.

  • Special Thanks to everyone who will get time to check this code and suggest any issue

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)