Created
July 17, 2013 19:22
-
-
Save gregoryyoung/6023616 to your computer and use it in GitHub Desktop.
code poetry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class shitbird { | |
public void Poem() { | |
Roses.Are().Red() | |
.Violets.Are().Blue() | |
.DynamicProxies.Are().Complicated() | |
.And.So.Is(x = > this.Too); | |
} | |
public void Too() { | |
Console.Writeline("I became insane, with long intervals of horrible sanity."); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍