Stand by...

Archive for the ‘Programming’ Category

New training: Google Test – Introduction to asserts and expects

Today I have published first training from Agile C++ Developer series: Google Test – Introduction to asserts and expects. This is my first approach to this kind of training so every comments will be valuable. This training is for Google Test beginners. Have a nice read.

Picture-driven programming

Today I found something interesting… it is called Sikuli and it is used for picture-driven programming. I know that it sounds silly but it is not! First thing is that guys from MIT are authors of this tool (language or programming style). The second thing is that it allows you (with little knowledge of python [...]

Go behave!

Bad names for Classes

After reading “Clean Code” written by Martin C. Fowler I found one thing very interesting. I found that programmers all over the world made the same mistakes and have the same problems. One of the symptoms of this situation is that wrong habits are so common that they can be listed in books and presentations. [...]

The Clean Code Talks – Unit Testing

After watching Google Tech Talk about CMake I start looking for other interesting Tech Talks. I found “The Clean Code Talks” series! I watch only one of them but after it I know it is a good portion of practical knowledge. Those presentations are really worth watching!

CMake/CPack/CTest/CDash Open Source Tools to Build Test and Deploy C++ Software

Bill Hoffman gave a Google Tech Talk on 7 December 2009 at Google’s New York city office on CMake, CTest, CDash and CPack.