<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>uyamae</author_name>
  <author_url>https://blog.hatena.ne.jp/uyamae/</author_url>
  <blog_title>見切り発車</blog_title>
  <blog_url>https://uyamae.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>C++</anon>
  </categories>
  <description>結論から言えば、変更が発生したときに処理の流れをつかみにくいのが良くありません。 for ( int index = 0; index &lt; count; ++index ) { // .. 何かしらの処理 if ( condition[index] ) { goto NEXT; } // .. 何かしらの処理 NEXT: // .. 結果の処理 } さてこの goto の後ろで、とあるデータを参照する必要が出てきました。 以下のように修正します。 for ( int index = 0; index &lt; count; ++index ) { // .. 何かしらの処理 if ( conditi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fuyamae.hatenadiary.org%2Fentry%2F20070531%2F1180586242&quot; title=&quot; goto が危ないということが！「言葉」ではなく「心」で理解できた！ - 見切り発車&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-31 13:37:22</published>
  <title> goto が危ないということが！「言葉」ではなく「心」で理解できた！</title>
  <type>rich</type>
  <url>https://uyamae.hatenadiary.org/entry/20070531/1180586242</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
