3
votes
Why use boolean instead of char?
About boolean
Most other answers get it wrong - alignment and speed is why a programmer should stick to int for loop counters, not why the compiler can make a …
0
votes
Stylecop tells me to add this keyword, but it’s redundant - any performance implications?
It is just for clarity, and one can argue about what is better. Python doesn't support omitting the "self" identifier at all.
Also, with the CLR, do things like this fall con …
