using System;
using System.Collections.Generic;
using System.Linq;
...

C# keyboard input manager, hel...

by https://www.google.com/accounts/o8/id?id=AItOawnqawCiTBXC2E2brXU3OtMUew3g7x9ZDtc, June 07, 2011 15:55, 22 refactorings, tagged with input, C#, xna, keyboard, manager, really, ugly

This code looks incredibly ...

55502f40dc8b7c769880b10874abc9d0 Talk
private static void Log(object message, MessageType type)
		{
			string str = message.ToString();
...

C# Line splitting optimization

by xeon06.myopenid.com, December 07, 2009 20:59, 3 refactorings, tagged with speed, C#, optimize, xna, lines

This is a console logging f...

55502f40dc8b7c769880b10874abc9d0 Talk