Played Challenges
From brakets to parens - 933 entries
This is one of the most common problem when you wrap an array for error handling. Vim is useful when you convert foo[i][j][k] into foo(i, j, k) for many times.
- Best score: 24
- Best player score: 35
- Position: #107 / 216
- Number of attempts: 5
Simple text editing with Vim - 13425 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #2099 / 3848
- Number of attempts: 7
Reformat/Refactor a Golfer Class - 7514 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 37
- Position: #616 / 1850
- Number of attempts: 1
VimGolf