Mina Azib’s Post

View profile for Mina Azib, graphic

Senior Software Engineer @ Microsoft

Ive come to like TDD much more lately. I'm still learning to be better at it. But it becomes a productive game where you are just excited to get that serotonin hit every time you make that test go green. TDD. Test Driven Development made popular by Kent Beck. Consists of making the tests the main driver to writing code effectively. - Red - Write test code that is broken with code you anticipate you'll write. Thinking of writing towards a contract that doesn't exist yet. - Green - Write the min amount of code to make the previous step pass. yay! - Refactor - apply clean code/design principles and make it maintainable. Keep going til your feature is done ✅ #softwareengineering #tdd

TDD is very effective if everyone's on board within your scrum team. Needs a lot of discipline to do it the right way.

Like
Reply

To view or add a comment, sign in

Explore topics