I was currently working on a firmware project that I only joined after most of the code had already been written. Since I hadn't participated in the development of the firmware modules implemented up to that point, and therefore ...

Read more

04/12/2015

Code review or no code review? That is the question. To ensure software quality, there are various approaches: static code analysis, automated unit tests, integration tests, smoke tests, and many more. These methods represent the state of the art in modern software development. ...

Read more