¡@

Home 

c++ Programming Glossary: testable

Do polymorphism or conditionals promote better design?

http://stackoverflow.com/questions/234458/do-polymorphism-or-conditionals-promote-better-design

the google testing blog about guidelines for writing more testable code. I was in agreement with the author until this point Favor..

How do you introduce unit testing into a large, legacy (C/C++) codebase?

http://stackoverflow.com/questions/748503/how-do-you-introduce-unit-testing-into-a-large-legacy-c-c-codebase

#ifdef hell Large files that make it hard to isolate testable code Functions that are too complex to be easily testable Since.. testable code Functions that are too complex to be easily testable Since this code is targeted for embedded devices it's a lot.. refactor the code to be more modular we need it to be more testable. But in order to introduce automated unit tests we need it to..