##Leap
[My Code] (http://exercism.io/submissions/677bd182e84049e99a3dc4304c942e35)
[This piece of code] (http://exercism.io/submissions/6c63567f274a40869962fbd18a36a489) has one extra step. Rather than using and if, elsif, and else, this person could have used the OR operator and done away with the elsif statement
The reason I don't like [this code] (http://exercism.io/submissions/fe0fc4abe39846588e28fc5a132f6552) is because it is a bit unclear what is going on. First off, they are using constructors, which can be unclear to you avergae programmer. Secondly, the giant line of code in the isLeap function could have been broken up a bit, ultimately, making it easier to understand.
[This] (http://exercism.io/submissions/b3f999b732fd4043bc8722ecb3086708) is a really cool, yet simple, solution to this problem. If the first two conditions are met, true will be returned. If the second condition is met, True will also be returned. In any other case, false will be returned, thus meeting the criteria of finding out