https://github.com/hanasabih/test-driven-development-practice
This repository has an implementation a `Solver` class with some methods using test-driven development (TDD). The idea is to write tests first and then the code. The project was done entirely with Ruby.
https://github.com/hanasabih/test-driven-development-practice
ruby
Last synced: 2 months ago
JSON representation
This repository has an implementation a `Solver` class with some methods using test-driven development (TDD). The idea is to write tests first and then the code. The project was done entirely with Ruby.
- Host: GitHub
- URL: https://github.com/hanasabih/test-driven-development-practice
- Owner: HanaSabih
- License: mit
- Created: 2023-04-26T17:22:50.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-27T14:41:34.000Z (about 2 years ago)
- Last Synced: 2025-02-13T17:22:28.698Z (4 months ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
This project will build the Test-Driven-Design-Practice.
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)# πTest-Driven-Design-Practice
> In this project, we implemented a class with some methods, but we did it by doing test-driven development (TDD).
- Ruby
- Terminal
- IRB
- VSCODE
- rspec- TDD
- Clone this repo `https://github.com/HanaSabih/Test-Driven-Development-Practice.git`
- Use command `cd test_driven_development` and have fun.π€ **HienPhan**
- GitHub: [Github](https://github.com/hienphan0111)
- Twitter: [Twister](https://twitter.com/hienphan0111)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/hien-phan-61097b256/)π€ **Rudy Menekam**
- GitHub: [@githubhandle](https://github.com/Rudy-Menekam)
- Twitter: [@twitterhandle](https://twitter.com/MenekamR)
- LinkedIn: [linkedIn](https://www.linkedin.com/in/menekam-rudy/)π€ **Hana Sabih**
- GitHub: [Github](https://github.com/HanaSabih)
- Twitter: [Twister](https://twitter.com/HanaSabih)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/HanaSabih/)- Unit tests
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give me a star.
I would like to thank Microverse which provided me all knowledge about full stack development.
This project is contributed under [MIT](./LICENSE) licensed.