|
|
if we have extension methods:
public static timespan days(this int input) { return timespan.fromdays(input); }
public static datetime ago(this timespan input) { return (datetime.now - input); }
then we can:
datetime when =
Post.aspx?Title=Extension+Methods+and+Syntax+Semantics
-
Post -
1/30/2010 12:46:19 PM
doesn't it bother anyone that wind is the only thing whose direction we measure in reverse? that is to say, we express the direction it's coming from rather than the direction in which it's moving.
think of all the things whose direction we measure i
Post.aspx?Title=On+Measurement+of+Wind+Travel
-
Post -
1/28/2010 10:28:40 PM
when i started playing with visual studio 2008, i liked the tests feature, which enabled me to write unit tests from within the ide. finally i didn't need nunit or any of those other third-party tools. i don't like third parties. however, i never really s
Post.aspx?Title=VS2010+-+Test+Results+and+Code+Coverage
-
Post -
1/20/2010 10:17:28 PM
newest version of the blog (codename: mv7) is now online. i figured it was "done enough" to launch.
of course there are still some nagging issues (i.e. the "about" page is still blank and there is no comment functionality yet), but overall it's
Post.aspx?Title=MV7+is+Online
-
Post -
1/19/2010 10:00:00 PM
|