Skip to content

TDD, or Test-Driven Development, is a Ruby project that incorporates two essential functions: factorial calculation and string reversal. The project follows the principles of TDD, meaning that tests are written before the actual code implementation.

License

Notifications You must be signed in to change notification settings

Atril33/TDD_Ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 TDD-Project

TDD, or Test-Driven Development, is a Ruby project that incorporates two essential functions: factorial calculation and string reversal. The project follows the principles of TDD, meaning that tests are written before the actual code implementation. By utilizing TDD methods, the project ensures that the functions are thoroughly tested, providing a reliable and robust solution.

🛠 Built With

Tech Stack

This project uses the following stack :

Ruby

Key Features

  • Add Factorial Function
  • Add String Reverse Function
  • Add Unit Testing

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

You should have Ruby install on your local machine

Setup

Clone this repository to your desired folder:

Example commands:

 https://github.com/Atril33/TDD_Ruby.git

Install

To install ruby go to : Install Ruby and select your operating system.

Usage

To run the project, open your project in your terminal

 irb
 require = './filename.rb'

Example command:

  ruby filname.rb

check tests

  rspec spec

(back to top)

👥 Authors

👤 Syed Atril

👤 Ismail Changezi

(back to top)

🔭 Future Features

  • Add new Functions
  • Unit tests

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank the Microverse team.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

TDD, or Test-Driven Development, is a Ruby project that incorporates two essential functions: factorial calculation and string reversal. The project follows the principles of TDD, meaning that tests are written before the actual code implementation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages