- 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.
推薦閱讀
- 企業級Java EE架構設計精深實踐
- 華為HMS生態與應用開發實戰
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- 深度強化學習算法與實踐:基于PyTorch的實現
- Flux Architecture
- Linux操作系統基礎案例教程
- TypeScript項目開發實戰
- Python算法從菜鳥到達人
- Python深度學習:基于TensorFlow
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- PHP+Ajax+jQuery網站開發項目式教程
- Essential C++(中文版)
- Python Essentials
- uni-app跨平臺開發與應用從入門到實踐
- Fastdata Processing with Spark