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
Think about that in your team, then write your answer:
Applying SOLID principles in TDD can help in creating a more maintainable and scalable codebase. By adhering to these principles, each test focuses on small units of functionality, which promotes writing cleaner and more modular code. The principles also help prevent code from becoming too tightly coupled, making it easier to refactor and extend without breaking existing tests.
Read about above title then update your answer:
After reading more about the relationship between SOLID principles and TDD, it becomes clear that SOLID principles actually make the TDD process smoother and more efficient.
Implementation of phrase search with TDD approach
Write tests
Implement the phrase search project so that all tests are passed
Read about TDD concepts
Effects of applying SOLID principles in TDD
Think about that in your team, then write your answer:
Applying SOLID principles in TDD can help in creating a more maintainable and scalable codebase. By adhering to these principles, each test focuses on small units of functionality, which promotes writing cleaner and more modular code. The principles also help prevent code from becoming too tightly coupled, making it easier to refactor and extend without breaking existing tests.
Read about above title then update your answer:
After reading more about the relationship between SOLID principles and TDD, it becomes clear that SOLID principles actually make the TDD process smoother and more efficient.
Implementation of phrase search with TDD approach
Review
Link to your PR:
Star-Academy/Summer1403-SE-Team06#6
Links to other PRs that you have reviewed:
[LINKS TO PULL REQUESTS THAT YOU HAVE REVIEWED]
Your PR is reviewed and approved by at least one other team
Your PR is reviewed and approved by both mentors
Your PR is merged
The text was updated successfully, but these errors were encountered: