<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>meison_amsl</author_name>
  <author_url>https://blog.hatena.ne.jp/meison_amsl/</author_url>
  <blog_title>MyEnigma</blog_title>
  <blog_url>https://myenigma.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>TBD 関数の引数だけではわかりにくいと思ったらクラスにする。 ダメな例bool flag = CompareWildCard(&quot;*IGHT&quot;, &quot;eight&quot;, false);良い例WildCardCondition condition(&quot;*IGHT&quot;); condition.SetCaseSensitive(false); bool flag = condition.Accepts(&quot;eight&quot;); クラスを作る時は、中身からではなくインターフェースを書いてから中身を書く そのほうが、インターフェースが綺麗に書きやすい 継承されるクラスには仮想デストラクタを必ずつける。 これに関しては下…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmyenigma.hatenablog.com%2Fentry%2F20140222%2F1393046726&quot; title=&quot; クラス設計のTips - MyEnigma&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://upload.wikimedia.org/wikipedia/commons/8/81/UML_Diagrams.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-02-22 14:25:26</published>
  <title> クラス設計のTips</title>
  <type>rich</type>
  <url>https://myenigma.hatenablog.com/entry/20140222/1393046726</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
