You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.