- Rust Programming Cookbook
- Claus Matzinger
- 74字
- 2021-06-24 12:27:44
Documenting your code
Documentation is an important part of software engineering. Instead of simply writing up some functions and chaining them together on a hunch, we like to promote writing reusable and readable code. Part of this is also writing sensible documentation—which, in ideal cases, can be rendered into other formats such as HTML or PDF. As many languages do by default, Rust provides a tool and language support as well: rustdoc.
推薦閱讀
- JSP網(wǎng)絡(luò)編程(學(xué)習(xí)筆記)
- Mastering AWS Lambda
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- Learning Real-time Processing with Spark Streaming
- 神經(jīng)網(wǎng)絡(luò)編程實戰(zhàn):Java語言實現(xiàn)(原書第2版)
- Django:Web Development with Python
- QGIS:Becoming a GIS Power User
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- 軟件測試實用教程
- Learning YARN
- Web性能實戰(zhàn)
- C++語言程序設(shè)計
- Java EE Web應(yīng)用開發(fā)基礎(chǔ)
- 深入淺出Python數(shù)據(jù)分析
- OpenCV 3.0 Computer Vision with Java