<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>odz</author_name>
  <author_url>https://blog.hatena.ne.jp/odz/</author_url>
  <blog_title>odz buffer</blog_title>
  <blog_url>https://odz.hatenablog.com/</blog_url>
  <categories>
    <anon>Programming</anon>
  </categories>
  <description>FizzBuzz 問題に関連して。 コードがドキュメント、な一派としてはやっぱり if i % 15 == 0: print 'FizzBuzz' よりは if i % 3 == 0 and i % 5 == 0: print 'FizzBuzz' かなぁと思う。同様に xrange(1, 101) と書くぐらいなら xrange(1, 100 + 1) のほうがよっぽど分かりやすいような気もする。 まぁ、要するにコードのインライン展開/最適化は人手でやらないほうが良いという話。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fodz.hatenablog.com%2Fentry%2F20070514%2F1179170558&quot; title=&quot;コードがドキュメント - odz buffer&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>2007-05-14 04:22:38</published>
  <title>コードがドキュメント</title>
  <type>rich</type>
  <url>https://odz.hatenablog.com/entry/20070514/1179170558</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
