In this chapter, multiples tool will be introduced and setup. The intent is to have a clean python environment to reproduce the code. This is a very opinionated section, but it might be useful to ...
普段プログラムを書くとき、どういう順番で作っているかな? 「まず本番のコードを書いて、動かしてみて、最後に心配だからテストを書く」 実は、この順番をガラリと逆転させる、魔法のような開発ルールがあるんだ。 それが、今日勉強する テスト駆動 ...