- Test-Driven Java Development(Second Edition)
- Alex Garcia Viktor Farcic
- 34字
- 2021-06-24 18:31:54
Implementation
The default return values are always easiest to implement and this one is no exception:
public String play(int x, int y) { checkAxis(x); checkAxis(y); setBox(x, y); lastPlayer = nextPlayer(); return "No winner"; }
推薦閱讀
- 軟件項目估算
- CentOS 7 Server Deployment Cookbook
- Python從入門到精通(精粹版)
- OpenCV 3和Qt5計算機視覺應用開發
- 概率成形編碼調制技術理論及應用
- Mastering Python Networking
- bbPress Complete
- Hands-On Natural Language Processing with Python
- 劍指Java:核心原理與應用實踐
- Android系統原理及開發要點詳解
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Multithreading in C# 5.0 Cookbook
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- 小程序從0到1:微信全棧工程師一本通
- Learning Shiny