enginechris.wordpress.com
Funky functions | Chris J Owen
https://enginechris.wordpress.com/2011/05/17/funky-functions
Thanks for dropping by Chris J Owen! Take a look around and grab the RSS feed. To stay updated. See you around! Mdash; Leave a comment. May 17, 2011. While reading a little article on Javascript performance enhancements (sorry lost linky) I noticed a little trick whereby a closure redefined itself and I wondered whether this was possible in C#. Well, lo-and-behold, it is i.e. Func bool isTrue = () = { isTrue = () = return false; return true; };. That said, I’m really struggling to think up a sensib...
enginechris.wordpress.com
5 Second IList ordering with Linq and strings | Chris J Owen
https://enginechris.wordpress.com/2009/12/10/5-second-ilist-ordering-with-linq-and-strings
Thanks for dropping by Chris J Owen! Take a look around and grab the RSS feed. To stay updated. See you around! 5 Second IList ordering with Linq and strings. Mdash; 5 Comments. December 10, 2009. Ok, so Im only writing this blog post as a reference for myself so I dont have to think about it again, but hey it *may* be useful to someone but me. I just needed to order a generic list based upon a property name string, here what I have:. Items : (order.ToUpper() = ASC? MyList.OrderByName(asc, Property);.
enginechris.wordpress.com
Write Test, Execute, Wait, Wait some more, A little longer, Quit! | Chris J Owen
https://enginechris.wordpress.com/2010/08/23/write-test-execute-wait-wait-some-more-a-little-longer-quit
Thanks for dropping by Chris J Owen! Take a look around and grab the RSS feed. To stay updated. See you around! Write Test, Execute, Wait, Wait some more, A little longer, Quit! Mdash; Leave a comment. August 23, 2010. Unfortunately, the solution coming from the guys in the Microsoft camp seems to spend excessive amounts on quad core machines with SSD drives. In the .NET world compilation does’t happen at this level of granularity, instead all files within a given MSBuild project are compiled t...Laquo; ...
enginechris.wordpress.com
ThoughtWorks – This time I have it in writing!! | Chris J Owen
https://enginechris.wordpress.com/2009/12/12/thoughtworks-this-time-i-have-it-in-writing
Thanks for dropping by Chris J Owen! Take a look around and grab the RSS feed. To stay updated. See you around! ThoughtWorks – This time I have it in writing! Mdash; 5 Comments. December 12, 2009. Quick post to say that on Friday morning I received my acceptance letters from ThoughtWorks. This means I can finally close the door on one Saga (and open the door to another one). All in all it should make for an interesting start to the New Year. December 16, 2009 at 8:47 am. December 16, 2009 at 6:33 pm.
enginechris.wordpress.com
Instant test cycle in the .NET world | Chris J Owen
https://enginechris.wordpress.com/2010/10/02/instant-test-cycle-in-the-net-world
Thanks for dropping by Chris J Owen! Take a look around and grab the RSS feed. To stay updated. See you around! Instant test cycle in the .NET world. Mdash; 1 Comment. October 2, 2010. When going through the red-green-refactor loop we are often constantly running a few select tests over and over again, and not the whole test suite. This made me wonder, do we really need to build the whole testing assembly (and more importantly all referenced projects) just to run a single test? Very sparse test coverage.
tedkees.blogspot.com
Veni, Vidi, Refactori: Moved!
http://tedkees.blogspot.com/2009/05/moved.html
Veni, Vidi, Refactori. A blog about programming, music and whatever comes to mind. Programming mainly though! Dinsdag 12 mei 2009. Moved to http:/ blog.smoothfriction.nl. Abonneren op: Reacties plaatsen (Atom). Mijn volledige profiel weergeven. Isolating the domain model from your view. Taking a step back.
SOCIAL ENGAGEMENT