Skip to content

Instantly share code, notes, and snippets.

@gregoryyoung
Created July 17, 2013 19:22
Show Gist options
  • Save gregoryyoung/6023616 to your computer and use it in GitHub Desktop.
Save gregoryyoung/6023616 to your computer and use it in GitHub Desktop.
code poetry
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.");
}
}
@viktorklang
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment