camel riding
add a prefix on some camelCase variables
Start file
val (schemas, activeCount, techTagCount, sharedCount, allowedPathsCount, rootCount, searchableCount) = fieldStats(store)
End file
val (schemas, schActiveCount, schTechTagCount, schSharedCount, schAllowedPathsCount, schRootCount, schSearchableCount) = fieldStats(store)
View Diff
diff --git a/vimgolf-input.txt b/vimgolf-output.txt index 9d508c1..212ab0c 100644 --- a/vimgolf-input.txt +++ b/vimgolf-output.txt @@ -1 +1 @@ -val (schemas, activeCount, techTagCount, sharedCount, allowedPathsCount, rootCount, searchableCount) = fieldStats(store) +val (schemas, schActiveCount, schTechTagCount, schSharedCount, schAllowedPathsCount, schRootCount, schSearchableCount) = fieldStats(store)
Solutions by @me_coot:
Unlock 3 remaining solutions by signing in and submitting your own entry