ニュース

「テスト駆動開発」という言葉は聞いたことがあっても、いきなりプロジェクトに持ち込むのは難しいもの。小さなJavaScriptのプロジェクトを例に、テスト駆動開発に取り組む方法を紹介します。 自動テストとそのメリットについてはよく知っていると思い ...
Test-Driven Development (TDD) represents an iterative software development strategy in which developers author automated tests before writing the corresponding production code. This methodology is ...