learn-co-curriculum / swift-deli-counter

Other
0 stars 0 forks source link

Wip revision #3

Closed markedwardmurray closed 8 years ago

markedwardmurray commented 9 years ago

@jmburges @misterfifths

Rewrite based on the new objc version. Ran into the pass-by-value nature of swift arguments, so i had to return the modified arrays instead of a message string, which I just printed instead. It's too early for Tuples and pass-by-reference syntax.

markedwardmurray commented 9 years ago

not sure why the linter is failing :-/ the code snippets are fine