Did you like my I Love Stickers post?
I was inspired by a 20 year old sticker that I have found when we were moving to our new house. That sticker is ofcourse based on the famous I love NY logo that was designed in 1977 by Milton Glaser.
For my little Silverlight 2.0 project I have used these resources and tools:
In this post I have told you about my entry for the 10K Smart Coding Challenge. My app is doing great in this challenge and there is only a few more hours left to vote. So please vote for me!
Because of the 10K limitation there were only a few different words in my entry and the hi-score was not saved. So here is the extended version with lots of words and hi-score saving! Can you beat my hi-score? Please drop a comment…
This challenge reminds me very much of the old days when the size of your code really mattered. Note that when you start an empty Silverlight project in Visual Studio 2008 the size is already 6Kb!
Here are some tips to make your code a lot smaller:
Put all your code in one file to avoid extra “using” statements
Get rid of all comments and “private” and “this” keywords because you don’t need them this time!
Use refactoring to rename your variables and methods to one letter names
For this challenge you don’t need to put new lines, tabs and spaces in your C# and XAML code