Am Fri, 22 Feb 2013 08:02:14 +0100 schrieb "monarch_dodra" <[email protected]>:
> That's not entirely true. For integers, the initialization is > always 0, which is expected and convenient. Yes, luckily for us integers didn't have a wrong/garbage value like floats and UTF-8 chars. But the design intent was to provoke errors on uninitialized variables, so I try to make that principle mine and initialize even integers to 0 explicitly. -- Marco
