<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel xmlns:blog="http://www.dotnetnuke.com/blog/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
    <title />
    <description />
    <link>http://www.pchenry.com/Home/tabid/36/BlogId/0/Default.aspx</link>
    <language>en-US</language>
    <webMaster>webmaster@pchenry.com</webMaster>
    <pubDate>Tue, 07 Feb 2012 08:55:40 GMT</pubDate>
    <lastBuildDate>Tue, 07 Feb 2012 08:55:40 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 4.1.0.0</generator>
    <item>
      <title>Series: Coding Contentions: Constructor Chaining, do you go up or down?</title>
      <link>http://www.pchenry.com/Home/tabid/36/EntryId/22/Series-Coding-Contentions-Constructor-Chaining-do-you-go-up-or-down.aspx</link>
      <description>&lt;p&gt;If you are reading this blog, hopefully you're into C# and therefore OOP.  I would hope you've heard of constructors, but have you heard of Constructor Chaining?  It's the process of keeping your code &lt;a href="http://en.wikipedia.org/wiki/Don't_repeat_yourself"&gt;DRY&lt;/a&gt; by having one constructor method calling another.  There are two ways to do it, general to specific (forward, down) or the other way around, specific to general (backwards, up the object hierarchy tree).  Both have their benefits and draw backs. &lt;/p&gt;
&lt;p&gt;Slang for this is daisy chaining your constructors.&lt;/p&gt;</description>
      <author>webmaster@pchenry.com</author>
      <comments>http://www.pchenry.com/Home/tabid/36/EntryId/22/Series-Coding-Contentions-Constructor-Chaining-do-you-go-up-or-down.aspx#Comments</comments>
      <slash:comments>2</slash:comments>
      <guid isPermaLink="true">http://www.pchenry.com/Home/tabid/36/EntryId/22/Series-Coding-Contentions-Constructor-Chaining-do-you-go-up-or-down.aspx</guid>
      <pubDate>Thu, 28 Aug 2008 01:54:00 GMT</pubDate>
      <trackback:ping>http://www.pchenry.comDesktopModules/BlogTrackback.aspx?id=22</trackback:ping>
    </item>
  </channel>
</rss>
