C++ Unit testing - the good, the bad & the ugly - Dror Helper

preview_player
Показать описание
C++ is a powerful language when used by a seasoned developer. It is being used everywhere from operating systems and compilers to cross platform mobile apps development.

But this power comes with a cost - C++ programming is not simple nor easy – with memory leaks, stack overflows and strange exceptions, a software developer needs all of the power he can use.

By harnessing the power of unit tests a software developer can find defects quickly, avoid regression and speed up development time.

In this talk I’ll show how to use the right unit testing tools and practices available that will help you get your C++ code under control and even test legacy code which no one ever want to touch.

NDC Conferences
Рекомендации по теме
Комментарии
Автор

Great shirt to test the anti aliasing filter on the camera sensor ;)

YSoreil
Автор

23:30 - lest unit test framework (CATCH derivative).

In lest, test cases can be tabulated like in mettle, or they can be self-registering like in CATCH. lest is more about simplicity of use and of implementation, less so about speed of compilation or execution.

MartinMoene
Автор

2:03 how do you create GUI for multi-platform using C++?!

mmdk