Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshithareddy1899/tdd
https://github.com/akshithareddy1899/tdd
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akshithareddy1899/tdd
- Owner: AkshithaReddy1899
- Created: 2022-04-14T12:04:23.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-14T13:40:49.000Z (over 2 years ago)
- Last Synced: 2023-03-04T23:02:37.215Z (over 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD
## Test-driven developmentThe idea behind test-driven development (TDD) is that tests are not an afterthought. Also, it makes you think about how your code behaves before starting to code.
Why is TDD important?
Because it will allow you to iterate over your solution faster and more efficiently. Doing TDD makes you write tests first, which is mostly overlooked and sometimes completely ignored, and then write the actual implementation.
This way of working will allow faster development because if a requirement changes and you implement the change everything else is working as expected thanks to having tests for everything else.
# Built with
- Ruby# Getting Started
- Clone the project `git clone https://github.com/AkshithaReddy1899/TDD`
- Install Rspec using `gem install rspec`
- Run the tests `rspec spec spec\solver_spec.rb`# Authors
👤 **Akshitha Reddy**
- GitHub: [@AkshithaReddy1899](https://github.com/AkshithaReddy1899)
- Twitter: [@Aksha1899](https://twitter.com/Aksha1899)
- LinkedIn: [Akshitha Reddy](https://www.linkedin.com/in/akshitha-reddy-716944198/)👤 **Fatima Ezzahra elmenoun**
- GitHub: [@TimmyChan99](https://github.com/TimmyChan99)
- Twitter: [@elemenoun](https://twitter.com/elemenoun)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/fatima-ezzahra-elemenoun-020841225/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AkshithaReddy1899/OOP-school-library/issues) here 😏😏.
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [Microverse](https://www.microverse.org/) licensed.