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
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,31 +178,3 @@ And here's the generated overview figure:
178
178

179
179
180
180
The project-file based version of this example, as well as the [MakeFigure.py](SeeSharp.Examples/MakeFigure.py) script, can be found in the [SeeSharp.Examples](SeeSharp.Examples) directory.
181
-
182
-
## Coding conventions
183
-
184
-
The framework loosely follows the following coding conventions:
185
-
186
-
- Class names, method names, properties, and public fields are PascalCase
187
-
- Private fields, parameters, and local variables are camelCase
188
-
- Opening brackets are on the same line
189
-
- Lines should be less than 110 characters long, for better readability and comparisons
190
-
191
-
The .editorconfig and omnisharp.json files configure some of these conventions for Visual Studio and VS Code, respectively.
0 commit comments