Home
Sandor Dargo's Blog
Cancel

Your Code as a Crime Scene and Software Design X-Rays by Adam Tornhill

Usually, I write about one single book in a given article, but this is a peculiar occasion. Last months I read both books written by Adam Tornhill: Your Code as a Crime Scene (YCCS) and Software De...

I went to DevOps D-Day #5

I had the chance to go to Marseille this November for the 5th Devops D-Day conference. More than that, I could also present how I see the relations between coding guidelines, code quality and dec...

Default Member Initializers in C++

This topic came up recently during a coding dojo in our department, while we were working on the ugly trivia kata. We wanted to extract a struct, containing the player data. Later we wanted to turn...

The Art of Unit Testing by Roy Osherove

The Art of Unit Testing is useful for both beginner unit testers and for those who already have a bit of experience. While the edition I read is with C# examples it is useful and understandable for...

Goodbye 2019, hello 2020!

We are changing our old calendars to the new ones, even though my wife missed this year our local heroes, the firefighters, who sell their wall calendars for some donations. It’s high time to thi...

The big STL Algorithms tutorial: transform's undefined behaviour

In the last article on the series on the STL algorithms, we discussed std::transform. For not the first time, we saw an interface where the user has to pass in two ranges with the help of three par...

Refocus on the Agile Developer

A few weeks ago I had the chance to give a presentation at a company-wide event about the importance of not forgetting about the developer in the midst of the agile transformation. Why is that you...

The best 8 books I read this year

I love reading. I read almost every morning and every night. It sets me for the day and it calms me down before going to sleep. I try to read at least 2 books per month and it’s becoming a traditi...

Does this string declaration compile?

Fellow C++ developers out there! I have a question for you! Will the following code compile? If not, why not? If it does, why? #include <string> int main() { std::string(foo); } Spen...

My DEV birthday gift for you: DEV.to Analytics!

I joined DEV.to a bit more than two years ago. I don’t remember at all how I found this website, but it seemed welcoming. I particularly liked its really simple design. As a backend guy, it was ver...