- 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.
推薦閱讀
- The DevOps 2.3 Toolkit
- 零基礎PHP學習筆記
- Java深入解析:透析Java本質的36個話題
- Unity 5 for Android Essentials
- MATLAB 2020從入門到精通
- Learning YARN
- C陷阱與缺陷
- RocketMQ實戰與原理解析
- 計算語言學導論
- RESTful Web API Design with Node.js(Second Edition)
- Apache Solr for Indexing Data
- MySQL數據庫應用技術及實戰
- Neo4j High Performance
- 小學生C++編程課堂(新手篇)
- Hybrid Mobile Development with Ionic