<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Public member variables...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Public member variables...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 00:48:52 +0000</pubDate>
  <lastBuildDate>Wed, 31 Oct 2007 05:30:04 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=8613</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Public member variables... : Why do you keep some member variables...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8613&amp;PID=27925&amp;title=public-member-variables#27925</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 8613<br /><strong>Posted:</strong> 31 October 2007 at 5:30am<br /><br /><P>Why do you keep some member variables public? I think it's time to add those Get/Set-functions and hide them!</P><DIV>GetImageManager()-&gt;m_blabla ...</DIV><DIV>1) Bad design. Period!</DIV><DIV>2) It looks awful.</DIV><DIV>3) A Set-method makes it easier to debug variable assignments and a Get-method sure makes it a lot easier to track down where the variable is being used.</DIV><DIV>&nbsp;</DIV><DIV>Member variables that cannot be subclassed should always be private and always accessed via the Get-function!</DIV>]]>
   </description>
   <pubDate>Wed, 31 Oct 2007 05:30:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8613&amp;PID=27925&amp;title=public-member-variables#27925</guid>
  </item> 
 </channel>
</rss>