How does test-driven development (TDD) impact the design of web services?

  • Encourages modular and loosely coupled design
  • Has no impact on design
  • Increases complexity in design
  • Promotes monolithic and tightly coupled design
Test-driven development (TDD) encourages a modular and loosely coupled design in web services, as it focuses on writing tests before implementing functionality.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *