<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>anton0825</author_name>
  <author_url>https://blog.hatena.ne.jp/anton0825/</author_url>
  <blog_title>日々精進</blog_title>
  <blog_url>https://anton0825.hatenablog.com/</blog_url>
  <categories>
    <anon>IT</anon>
  </categories>
  <description>stack overflowで、以下のようにコードを含まないcaseについてはfall throughを許すと言っている人がいた。 switch (value) { case 0: result = ZERO_DIGIT; break; case 1: case 3: case 5: case 7: case 9: result = ODD_DIGIT; break; case 2: case 4: case 6: case 8: result = EVEN_DIGIT; break; } 確かに上記はそれほど問題無いように見えるが、開発ルールが複雑になるのと、それほど上記の書き方が活躍する機…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fanton0825.hatenablog.com%2Fentry%2F2017%2F06%2F01%2F000000&quot; title=&quot;switch文のfall throughが許されるケース - 日々精進&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-06-01 00:00:00</published>
  <title>switch文のfall throughが許されるケース</title>
  <type>rich</type>
  <url>https://anton0825.hatenablog.com/entry/2017/06/01/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
