Welcome to MSDN Blogs Sign in | Join | Help

jaredpar's WebLog

Code, rants and ramblings of a programmer.

Syndication

News

Now Reading

Expert F#

What's a better book to read when learning F#?

Essential WPF

Thus far the best book I've read on WPF. Gets right down to working with WPF and the goals/history.

Purely Functional Data Structures

Reading this book makes me feel like I'm back in college. It will really get your mind going and is best read with a whiteboard handy.


Browse by Tags

All Tags » Refactoring   (RSS)
If it's not broken, maybe you should fix it anyway
I know this is goes against conventional wisdom but it's something I believe in.  Every sufficiently large project has that section of code nobody wants to go near.  The mere mention of it causes people to leave the room.  It usually has Read More...

Posted Monday, October 13, 2008 8:00 AM by Jared Parsons | 2 Comments

Filed under: ,

C++ Refactoring: Default booleans and pointers
This is another recount of an experience I had refactoring some C++ code recently. In some ways this is also a follow up of my previous post about why you shouldn't use boolean parameters (especially default value ones). I recently refactored a large Read More...

Posted Monday, October 29, 2007 12:36 PM by Jared Parsons | 1 Comments

Filed under: ,

Page view tracker