- Test-Driven Java Development(Second Edition)
- Alex Garcia Viktor Farcic
- 45字
- 2021-06-24 18:31:53
Implementation
There's no real need to check whether it really is the player's first turn or not. As it stands, this test can be fulfilled by always returning X. Later tests will force us to refine this code:
public char nextPlayer() { return 'X'; }
推薦閱讀
- Redis入門指南(第3版)
- Mastering Spring MVC 4
- Python編程完全入門教程
- 小程序開發原理與實戰
- Jenkins Continuous Integration Cookbook(Second Edition)
- 零基礎入門學習Python(第2版)
- Microsoft Dynamics AX 2012 R3 Financial Management
- HoloLens與混合現實開發
- Odoo 10 Implementation Cookbook
- 深入淺出Go語言編程
- Python編程:從入門到實踐(第3版)
- C語言程序設計與應用(第2版)
- R語言數據可視化:科技圖表繪制
- Python高性能編程(第2版)
- Internet of Things with Arduino Cookbook