Played Challenges
Condensed Cases - 807 entries
Apple's new programming language, Swift, allows two style of case statements: 1) one Enum case on each line, or 2) multiple Enum cases on a single line. Convert the following from the first case (no pun intended) to the second type.
- Best score: 12
- Best player score: 37
- Position: #244 / 248
- Number of attempts: 1
Pretty format for variable declarations - 170 entries
Project standards demand the equal signs must be aligned for better readability.
- Best score: 13
- Best player score: 31
- Position: #64 / 64
- Number of attempts: 1
I forgot quotes - 16051 entries
Oops.
- Best score: 10
- Best player score: 21
- Position: #3710 / 4194
- Number of attempts: 1
Refactor static member invocation - 199 entries
Someone used a static method. Refactor the method into a static import while fixing the assertion.
- Best score: 28
- Best player score: 62
- Position: #63 / 64
- Number of attempts: 1
Two become one - 713 entries
We have two c arrays and want to make one two dimensional out of it. Can we do that?
- Best score: 25
- Best player score: 61
- Position: #205 / 208
- Number of attempts: 1
Where should I put the Newline? - 883 entries
Help me put the newline.
- Best score: 7
- Best player score: 10
- Position: #433 / 438
- Number of attempts: 1
Words in parens - 12969 entries
We should all ace this, right?
- Best score: 13
- Best player score: 31
- Position: #3898 / 3970
- Number of attempts: 1
Append semicolon after expressions - 1057 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 16
- Position: #399 / 420
- Number of attempts: 1
LSMTD
Twitter: @LSMTD
Microblog about the game LSMTD: Dev updates and story ideas. Also personal thoughts.