错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Test-Driven Development

  • Julia Naomi Rosenfield Boeira

摘要

TDD (test-driven development) is a style of software development presented mainly by Kent Beck's Extreme Programming (XP) Agile method. The practice involves the implementation of a system from the test cases of an object. In this chapter, you learn how TDD can be applied to games from the theoretical perspective and which practices can improve your development experience when developing with TDD.