whatfuikbiuh
whatfuikbiuh
whatfuikbiuh

21 years at Microsoft here.

Funnily enough it doesn’t say anywhere in the article you linked that it defaults to anything.

Umm, no. Bools are only initialized in certain languages; in C and C++ for instance, they are, like all variables, uninitialized. you didn’t specify which language you were in, so you were being dumb.

You appear to be a terrible programmer:

Let me comment your code;



bool cunt; //Uninitialized variable

// Create a new PinkFootPath object. <- this if fucking obvious, uneeded comment

PinkFootPath bellend=new PinkFootPath(); //bad typing; PinkFootPath is a name, not a type; User PinkFootPath is better. Also you are using