filmov
tv
Test-Driven Development (TDD) by Example | Unity and C# | Tutorial

Показать описание
Table of content:
- 00:11 - What is TDD
- 00:56 - The 3 Laws of TDD
- 01:35 - The 3 steps of TDD (Red-Green-Refactor)
- 02:18 - Example
I wanna make sure that TDD isn't something that makes fun. TDD can be really really boring. It's a discipline like brushing your teeth twice a day and it may seem useless at first glance. TDD is still critiziced by many - even experienced - developers. But on the long-run the pros surpass the cons:
- Since you always write the test first, it automatically ensures that your code is testable.
- You only implement as much code as needed to pass the current failing test. That guarantees 100% coverage of your code.
- In general TDD leads to a simpler implementation because you always concentrate on one single thing and make sure to only implement the stuff you really need in your game.
If you like our tutorial feel free to give us a like or share it!
You can also support us on Patreon :)
🙏 Thank you very much for all our Patrons 🙏
------------ Find us here: ------------
- 00:11 - What is TDD
- 00:56 - The 3 Laws of TDD
- 01:35 - The 3 steps of TDD (Red-Green-Refactor)
- 02:18 - Example
I wanna make sure that TDD isn't something that makes fun. TDD can be really really boring. It's a discipline like brushing your teeth twice a day and it may seem useless at first glance. TDD is still critiziced by many - even experienced - developers. But on the long-run the pros surpass the cons:
- Since you always write the test first, it automatically ensures that your code is testable.
- You only implement as much code as needed to pass the current failing test. That guarantees 100% coverage of your code.
- In general TDD leads to a simpler implementation because you always concentrate on one single thing and make sure to only implement the stuff you really need in your game.
If you like our tutorial feel free to give us a like or share it!
You can also support us on Patreon :)
🙏 Thank you very much for all our Patrons 🙏
------------ Find us here: ------------
Комментарии