I can't keep up with idiomatic Rust

栏目: IT技术 · 发布时间: 5年前

Recently withoutboats posted a series of blog posts about some syntax sugar he would like added to Rust.

The gist of it is, as far as I can tell, there should be some way to not have to write Ok(...) for the happy path in functions which return Result . He specifically is advocating for a throws keyword that would go a bit beyond just this basic change, but the problem he’s mainly trying to fix is having to type Ok(...) so often.

I haven’t really been involved with the Rust community that much, especially since I stopped working on Way Cooler. This isn’t from lack of using Rust, I use Rust in my day job after all, but rather from disinterest in getting involved in what seems to be mostly bikeshedding. The .await war was the final straw to make me stop watching the Rust community beyond what comes in the release notes.

So in many ways I’m coming into this argument as an outsider – I have not read any thing beyond the two linked blog posts and am missing most of the discussion that has gone on. I’m not going to weigh in on throws vs some annotation vs Fehler because even though I have an opinion I detest bikeshedding.

However, as a long time user of Rust (4 years, wow how time flies!) the constantly changing standard of what constitutes “idiomatic Rust” is starting to wear me down. try!() -> ? , the addition of impl trait , and the dyn keyword are all features that have changed what it means to write idiomatic Rust. When these features come out I need to now change my code in order to keep it idiomatic.

That’s not to say I hate these features. I remember being very happy when ? came about and dyn is certainly clearer than what we had before. However having to make these superficial changes again and again causes churn in all my codebases. Because Rust releases every 6 weeks that means every 6 weeks I might need to make superficial changes to my codebase (not to mention potentially have to do a major point release – using impl is an API breaking change).

So to bring my complaints back around to the issue at hand: if Ok wrapping came in the next Rust release this would be another change that requires me to update my code in order to be idiomatic. This isn’t sustainable for me – I appreciate Rust team’s commitment to backwards compatibility but the constant disregard for forwards-compatibility makes me feel like I’m on a treadmill trying, and failing, to keep up.


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

奇点系列

奇点系列

彼得•蒂尔、里德•霍夫曼、本•霍洛维茨、埃里克•杰克逊等 / 高玉芳、路蒙佳、杨晓红、徐彬等 / 中信出版社 / 2015-6-20 / 182.00

1.硅谷创投教父、PayPal创始人彼得•蒂尔、LinkedIn创始人里德•霍夫曼、创业导师本•霍洛维茨、“PayPal黑帮”初创成员埃里克•杰克逊联合作品。 2.彼得•蒂尔与埃隆•马斯克的首次交锋,PayPal从0到1改变全球金融的生死突围,商业硬汉的创业史诗,揭秘“PayPal黑帮”的创业维艰与联盟关系。 3.《人民日报》推荐创业者必读书目!“奇点系列”的作者们以及“PayPal黑......一起来看看 《奇点系列》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

MD5 加密
MD5 加密

MD5 加密工具

SHA 加密
SHA 加密

SHA 加密工具