Search Results

72
votes

What are five things you hate about your favorite language?

Javascript: It's fugly All the coolest things are insanely complex, but then, all the coolness is also wrapped up in such a small amount of code th …
3
votes

What is the most interesting bug you have fixed?

Way-back-when, I wrote a function for a game I was working on in my spare time, to return the distance between two tiles on a slightly odd square/hexagonal grid. The grid looked hexagonal in the ga …