An open API service indexing awesome lists of open source software.

https://github.com/tobuya/test_driven_development

TDD is a software development methodology that emphasizes writing tests for code before writing the code itself. Here we apply TDD in writing tests and then methods for reversing a string, fizzbuzz and factorial methods in Solver class using Ruby.
https://github.com/tobuya/test_driven_development

tdd tdd-ruby

Last synced: 9 months ago
JSON representation

TDD is a software development methodology that emphasizes writing tests for code before writing the code itself. Here we apply TDD in writing tests and then methods for reversing a string, fizzbuzz and factorial methods in Solver class using Ruby.

Awesome Lists containing this project

README

          

# Test Driven Development

# 📗 Table of Contents

- [test_driven_development](#test_driven_development)
- [📗 Table of Contents](#-table-of-contents)
- [📖 Test_driven_development ](#-test_driven_development-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License](#-license)

# 📖 Test_driven_development

In this repository we have implemented Test-Driven Development approach to write `factorial`, `reverse string` and `fizzbuzz` methods in the Solver class. TDD is a software development methodology that emphasizes writing tests for code before writing the code itself.

## 🛠 Built With

### Tech Stack

Programming languages


Technologies




Frameworks

Modules

Server

Database

### Key Features

- Solver class has some methods, these methods are tested

(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:

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/tobuya/test_driven_development.git

cd test_driven_development
```
## 👥 Author

👤 **Haliljon Juraboev**

- GitHub: [@githubhaliljon](https://github.com/haliljon)
- Twitter: [@twitterhaliljon1](https://twitter.com/haliljon1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/juraboev-haliljon)

👤 **Thomas Obuya**

- GitHub: [@githubhandle](https://github.com/tobuya)
- Twitter: [@twitterhandle](https://twitter.com/MullerTheGreat1)
- LinkedIn: [LinkedIn](https://linkedin.com/in/tobuya)

👤 **Saba Ahmad**

- GitHub: [@SabaAhmad404](https://github.com/SabaAhmad404)
- LinkedIn: [@saba ahmad](https://www.linkedin.com/in/saba-ahmad-97b938244/)

(back to top)

FUTURE FEATURES

## 🔭 Future Features

- I would like to add more data in the future

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/tobuya/test_driven_development/issues).

(back to top)

## ⭐️ Show your support

Please consider giving a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank [Microverse](https://www.microverse.org/)

(back to top)

### 📝 License

- This project is [MIT](./LICENSE) lincensed.

(back to top)