Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akshithareddy1899/tdd


https://github.com/akshithareddy1899/tdd

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# TDD
## Test-driven development

The 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.