<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>masasuz</author_name>
  <author_url>https://blog.hatena.ne.jp/masasuz/</author_url>
  <blog_title>目の前に僕らの道がある</blog_title>
  <blog_url>https://masasuzu.hatenablog.jp/</blog_url>
  <categories>
    <anon>TDD</anon>
    <anon>python</anon>
    <anon>後で書く</anon>
  </categories>
  <description>とりあえずコードだけ。 money.py #!/usr/bin/env python # coding: utf-8 &quot;&quot;&quot;テスト駆動開発入門 14章 変化 &quot;&quot;&quot; class Expression(object): def reduce(self, bank, currency_to): raise NotImplementedError class Money(Expression): def __init__(self, amount, currency): self._amount = amount self._currency = currency def __mul__(self,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmasasuzu.hatenablog.jp%2Fentry%2F20090713%2F1247480883&quot; title=&quot;テスト駆動開発入門をPythonで写経してみた。14 - 目の前に僕らの道がある&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>2009-07-13 19:28:03</published>
  <title>テスト駆動開発入門をPythonで写経してみた。14</title>
  <type>rich</type>
  <url>https://masasuzu.hatenablog.jp/entry/20090713/1247480883</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
