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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Driven Development

πŸ“— Table of Contents

πŸ“– 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:

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

  cd test_driven_development

πŸ‘₯ Author

πŸ‘€ Haliljon Juraboev

πŸ‘€ Thomas Obuya

πŸ‘€ Saba Ahmad

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

(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

(back to top)

πŸ“ License

  • This project is MIT lincensed.

(back to top)

About

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.

License:MIT License


Languages

Language:Ruby 100.0%