You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ This implementation uses two passes: first to remove any existing formatting, an
43
43
It's not clear to me how comments can be addressed in any helpful way and they generally require cleanup in the formatted result.
44
44
45
45
## The source
46
-
The solution includes a simple winforms demo executable along with the Formatter class. The implementation of the formatter employs a number of routines from unrelated libraried code, I've pulled these fragments into an additional file LIB.cs.
46
+
The solution includes a simple winforms demo executable along with the Formatter class. The implementation of the formatter employs a number of routines from unrelated libraried code; I've pulled these fragments into an additional file: LIB.cs.
47
47
48
48
## Feedback
49
49
I learned a fair bit getting this implementation to its current state and I'm sharing it here hoping it might prove useful to others--but also to solicit comments on the approach. Is there a better, more formal method I'm missing?
0 commit comments