Played Challenges
Change class fields from camel case to snake case - 503 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 22
- Position: #56 / 118
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7369 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 42
- Position: #1041 / 1821
- Number of attempts: 5
Contributed Challenges
Instance creation in Verilog - 41 entries
Creating an instance of a module is a very frequent task in Verilog. Let's see how efficiently can it be done
VimGolf