C++, where initializing variables is the topic of debate, by experts.
Let me first say: I did not come up with the title myself, but have to credit it to cpplang @ slack.com. Unfortunately I forgot who actually said it. So what is so interesting about initializing a variable you might ask? Lets take a simple struct: struct Foo { int x; int y; }; And Read more about C++, where initializing variables is the topic of debate, by experts.[…]