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