Riboe

Results 2 issues of Riboe

When introducing a local variable, I often find it useful to explicitly declare the type, rather than using the `var` keyword. This is especially true when I work with unfamiliar...

This pull request cleans up the code a bit. This is done by removing various instances of multiple newlines, as well as adding newlines between methods. "Magic" strings have been...