Stefan Bradl

Results 5 comments of Stefan Bradl

Yeah indeed it is tricky. Without any actual numbers I would rather tolerate 20 private methods but not 20 public ones. But 1 public method with 20 private ones seems...

Consider 2 public methods. Each of them calls a (different) private method. Without local functions both private methods are visible to both public ones. Uncle Bob himself describes in his...

Your first link talks about performance of nested functions in javascript. It does not apply to C#.

Why should those two cases be treated differently? Semantically they are the same. The only difference is the scope. And reducing scopes is quite important. That's the reason why we...

I'd like to contribute the german QWERTZ layout. Is there a way I could test the layout for correctness?