Skip to content

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

Notifications You must be signed in to change notification settings

tobuya/test_driven_development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages