Chadehoc

Results 7 comments of Chadehoc

I juste deleted a 10000 line long `_WindowState.ini` that was slowing everything. Why not for example an option that would just check at startup for unused entries in this file,...

Also true when changing buffer in a straightforward way using for example `C-w C-w`.

> This means for this proposed rule to be correct there also would need to be rules that ensure that the parameter is not read and that it is being...

> Because integrating SonarDelphi into your workflow means that you will be warned if you forget to do something like this, there's no need for us to require users to...

I would like to add a (possibly optional) subtlety here. I formerly agreed that "if fields can be guaranteed exhaustive, there is no longer a need to initialize to `Default`."...

Thumbs up for your reactivity! This rule is the most important to my eyes. Other rules make sense and contribute to code standards, but this one could spot **real bugs**...

> ### Summary > > * The "method call" heuristic in this rule should instead become "constructor call" > > * `VariableInitialization` should be treating `out` parameters as uninitialized >...