Tagged Questions

18
votes
17answers
2k views

Make an application that adds two inputted numbers together

Well, here's another installment of our weekly code-bowling game. As a refresher: Code-Bowling is a challenge for writing the most obscure, unoptimized, horrific and bastardized code possible. ...
11
votes
4answers
802 views

What is the longest legal statement block you can make with only C# keywords?

I was writing some code in C#, and I found myself writing: return new MyClass(... when I noticed that both the return and the new were both C# keywords. So I wondered what is the longest legal ...
5
votes
6answers
492 views

Make an application that “encrypts” a string with a given key and can easily be reversed

After the success of last weeks Code-Bowling, we present you yet another chance to write the worst code you have ever written. Code-Bowling is a challenge for writing the most obscure, ...
3
votes
6answers
276 views

Make an application that determines if a sequence of numbers is sorted

Yet another installment of the weekly code-bowling game as the previous incarnation is over a week old and fairly well explored by now. As a refresher: Code-Bowling is a challenge for writing ...