Timeline for What is the best way to structure and name files which contain generic classes with the same name?
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 4, 2017 at 15:00 | comment | added | Robert Harvey | @CristianE. Why? It's a legal character. | |
| Oct 2, 2017 at 10:35 | comment | added | Cristian E. | I'd not have the balls for using " ` " in a file name. | |
| Aug 30, 2016 at 8:45 | comment | added | Den | @Sam Hopefully, not a communication problem between Microsoft teams. Because nobody else is doing it. Also it's up for the compiler team, not library team to decide in my opinion. | |
| Aug 29, 2016 at 15:49 | comment | added | Sam | @Den, it seems that now they have regreted from that convention. Maybe it implied some problem? github.com/dotnet/corefx/commit/… | |
| Feb 9, 2015 at 3:42 | audit | First posts | |||
| Feb 9, 2015 at 3:45 | |||||
| Jan 16, 2015 at 9:25 | comment | added | Den | I wanted to prove you wrong, but actually you are correct: github.com/dotnet/corefx/tree/master/src/… I don't like this convention. | |
| Jan 16, 2015 at 9:03 | comment | added | CodesInChaos | The compiler internally mangles the name of generic types, adding a backtick and the number of generic parameters since .NET does not allow multiple types with the same name with a differing number of generic parameters but C# does. So the file naming convention matches what the compiler does. | |
| Jan 16, 2015 at 0:59 | history | edited | Robert Harvey | CC BY-SA 3.0 | deleted 4 characters in body |
| Jan 16, 2015 at 0:55 | vote | accept | Stephen | ||
| Jan 16, 2015 at 0:51 | history | answered | Robert Harvey | CC BY-SA 3.0 |