Timeline for Programming with a Sporadic Shift Key
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | CommunityBot | Commonmark migration | |
| Oct 18, 2014 at 11:02 | comment | added | Pharap | In that case, something more useful: you can get rid of the potential case of getting > instead of . by changing Console.Write(string) to Write(string) and swapping (string).ToLower() out for LCase(string). | |
| Oct 18, 2014 at 10:38 | comment | added | edc65 | @Pharap but the casing outside quotes is not the problem... VS would not correct a '(' shifted to '9' | |
| Oct 18, 2014 at 10:28 | comment | added | Pharap | I think visual studio would auto-correct the casing for you. | |
| Oct 18, 2014 at 9:29 | history | edited | edc65 | CC BY-SA 3.0 | deleted 1 character in body |
| Oct 17, 2014 at 7:46 | history | answered | edc65 | CC BY-SA 3.0 |