Timeline for C# namespace and class naming convention for libraries
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 11, 2019 at 12:28 | comment | added | julealgon |
@HarrisonPaine enums with the [Flags] attribute should be named in plural as per FxCop rules. CA1717: Only FlagsAttribute enums should have plural names
|
|
| Jul 18, 2017 at 3:33 | review | Close votes | |||
| Jul 23, 2017 at 3:04 | |||||
| Feb 6, 2017 at 22:25 | audit | Suggested edits | |||
| Feb 6, 2017 at 22:26 | |||||
| Jan 31, 2017 at 11:07 | history | tweeted | twitter.com/StackSoftEng/status/826386384097247232 | ||
| Jan 20, 2017 at 11:58 | vote | accept | user | ||
| Jan 18, 2017 at 19:34 | answer | added | FrustratedWithFormsDesigner | timeline score: 8 | |
| Jan 18, 2017 at 18:20 | comment | added | Tin Wizard | @richzilla thecodelesscode.com/case/220 | |
| Jan 18, 2017 at 17:39 | comment | added | Harrison Paine |
The Microsoft guidelines recommend singular names for enums (so SISuffix instead of SISuffixes), and I think that singular reads better. Suffix.A reads as "suffix A". Also, I generally avoid repeating names from a level up in the hierarchy. That is, instead of Company.SIUnits.SISuffixes, I'd lean towards Company.SI.Suffix and Company.SI.Unit
|
|
| Jan 18, 2017 at 15:30 | answer | added | nvoigt | timeline score: 35 | |
| Jan 18, 2017 at 15:28 | answer | added | Arseni Mourzenko | timeline score: 7 | |
| Jan 18, 2017 at 15:13 | answer | added | richzilla | timeline score: 13 | |
| Jan 18, 2017 at 15:13 | review | Close votes | |||
| Jan 31, 2017 at 3:01 | |||||
| Jan 18, 2017 at 15:09 | comment | added | richzilla | martinfowler.com/bliki/TwoHardThings.html | |
| Jan 18, 2017 at 14:49 | review | First posts | |||
| Jan 18, 2017 at 15:41 | |||||
| Jan 18, 2017 at 14:45 | history | asked | user | CC BY-SA 3.0 |