forked from dotnet/winforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove TraceSwitch from CodeDomSerializer (dotnet#11062)
Tracing predates debugger trace points, which accomplish what we typically need to do when debugging. Not having the tracing makes it easier to read the code, as well as easier to make complexity-reducing automated changes (inverting blocks, returning early, etc.). Some of the affected code here is currently indented over 10 levels deep.
- Loading branch information
1 parent
544df20
commit 0e35c66
Showing
23 changed files
with
2,245 additions
and
3,164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.