Played Challenges
Change class fields from camel case to snake case - 377 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 22
- Position: #43 / 94
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7172 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 42
- Position: #1019 / 1760
- 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