Skip to content

C# typing practice - hard

C# is punctuation-heavy in a particular way: angle brackets for generics, braces on their own lines, and semicolons that are easy to drop when you are moving quickly.

What actually slows people down

The combination most people fumble is `<`, `>` and `(` in quick succession - `Task<ActionResult<T>>(` requires four shifted characters with almost no hand movement in between.