- Hands-On Data Structures and Algorithms with Rust
- Claus Matzinger
- 171字
- 2021-07-02 14:11:44
Requests for Comments (RFCs)
Due to the open source nature of Rust, there are some governance rules in place to maintain stable and flexible interfaces, yet encourage change and discussion as the language evolves.
For something as sensitive as a programming language and its standard library, a more rigid process than the regular pull request approval is required to have deeper discussions. Imagine the impact of changing a single keyword and how many projects would stop working immediately!
This is where RFCs come in. They provide a way for all stakeholders to contribute to the discussion with an equal chance to comment. A typical workflow for integrating change in open source projects uses the fork and pull method where the contributor creates a pull request (PR) to propose changes (https://help.github.com/articles/about-pull-requests/). Unlike in the RFC process, this gets hard to manage in larger code bases and only starts the discussion after a solution has been proposed, narrowing the focus considerably.
A repository of active and past RFCs can be found here: https://github.com/rust-lang/rfcs.
- PyTorch深度學(xué)習(xí)實戰(zhàn):從新手小白到數(shù)據(jù)科學(xué)家
- 數(shù)據(jù)庫基礎(chǔ)與應(yīng)用:Access 2010
- Google Visualization API Essentials
- Java Data Science Cookbook
- 分布式數(shù)據(jù)庫系統(tǒng):大數(shù)據(jù)時代新型數(shù)據(jù)庫技術(shù)(第3版)
- 云計算服務(wù)保障體系
- Spark核心技術(shù)與高級應(yīng)用
- 數(shù)據(jù)庫技術(shù)及應(yīng)用
- 機(jī)器學(xué)習(xí):實用案例解析
- Access數(shù)據(jù)庫開發(fā)從入門到精通
- Hands-On System Programming with C++
- Microsoft Dynamics NAV 2015 Professional Reporting
- 數(shù)據(jù)挖掘與機(jī)器學(xué)習(xí)-WEKA應(yīng)用技術(shù)與實踐(第二版)
- 成功之路:ORACLE 11g學(xué)習(xí)筆記
- Learning Ansible