Skip to content

Ugly Code!

c0ding is seriose busines!!!!1

Pages

  • About

Recent Posts

  • actionscript, please
  • appropriate method name
  • How to use Exceptions
  • Always, ALWAYS use sub-selects!
  • As much as I love WordPress…
  • transactions
  • Hardcoding FTW
  • 3rd generation MemCached

Blogroll

  • Development Blog
  • Documentation
  • Plugins
  • Suggest Ideas
  • Support Forum
  • Technorati Profile
  • Themes
  • WordPress Planet

Categories

  • hacks (1)
  • optimization (3)
  • ugly code (2)
  • Uncategorized (5)

Tags

.net actionscript as3 c# cache exceptions flash hardcoding java magento objects open source optimisation optimization perl pgsql php queries refuctoring speed sql sub-select transaction ugly hack ugly names variables

Archives

  • November 2012 (1)
  • July 2010 (1)
  • May 2010 (1)
  • January 2009 (2)
  • December 2008 (1)
  • November 2008 (1)
  • October 2008 (2)
  • September 2008 (1)

Blogroll

  • Development Blog
  • Documentation
  • Plugins
  • Suggest Ideas
  • Support Forum
  • Technorati Profile
  • Themes
  • WordPress Planet

sponsored links

Tag: as3

actionscript, please

/**
 * This boost the performance 5 times!
 */
class Float
{
	public var value: Number = .0;
}

/** * This boost the performance 5 times! */ class Float { public var value: Number = .0; }

Posted on 2012/11/292012/11/29Categories optimizationTags actionscript, as3, flashLeave a comment on actionscript, please
Proudly powered by WordPress