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.
- Host: GitHub
- URL: https://github.com/tobuya/test_driven_development
- Owner: tobuya
- License: mit
- Created: 2023-03-24T10:59:43.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-25T20:50:38.000Z (about 3 years ago)
- Last Synced: 2025-03-14T10:12:39.957Z (over 1 year ago)
- Topics: tdd, tdd-ruby
- Language: Ruby
- Homepage:
- Size: 555 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
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.
Programming languages
Technologies
Frameworks
Modules
Server
Database
- Solver class has some methods, these methods are tested
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/)
FUTURE FEATURES
- I would like to add more data in the future
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tobuya/test_driven_development/issues).
Please consider giving a ⭐️ if you like this project!
I would like to thank [Microverse](https://www.microverse.org/)
### 📝 License
- This project is [MIT](./LICENSE) lincensed.