TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Will Rust be a good filter to separate bad developers in the interviews?

1 点作者 philonoist将近 3 年前
Quick Leetcode style questions over multiple rounds have made the FAANGs, their cohorts, and most startups take in fresh grads who know Java as the only real programming. Nobody pokes around resumes these days in interview rounds.<p>Go-lang was materialized for these kind recently, but we are left with big spaghetti of code, far from clean and good practices. Programmers spend their whole career debugging the mess or just gave up.<p>Rust has given what programmers and companies want, giving no one a reason to complain. Less testing, low resources costs, quick deployments is what managers want.<p>Will the joy of programming return?<p>Will the cohort of employees be thankful to each other again<p>will they be passionate and innovative than recklessly money-greedy or burnt out?<p>Will the bad codebase be a thing of the past for the community?

2 条评论

eternityforest将近 3 年前
People&#x27;s reaction to rust is always interesting to watch.<p>If they say something like &quot;I can code just fine, I don&#x27;t need rust holding my hand&quot;, I start wondering if they just don&#x27;t get or don&#x27;t like the whole concept of modern programming.<p>If someone hates rust like that, they probably think of programming as a personal challenge or achievement, where success happens through skill.<p>If someone loves rust, I would think they&#x27;re more likely to value repeatable, scalable processes, where success comes from following a process that has robustness built in.<p>And of course, if they hate the idea of programming skill being made into a repeatable process... maybe they also hate software in general, since they probably prefer low tech, hands on stuff without a computer in between them and the results.<p>I imagine any competent coder can do rust just fine, but their enthusiasm and level of effort will be revealing. All else being equal I feel like I wouldn&#x27;t enjoy working with someone who hates rust.<p>But I am very much not a manager, and could be all wrong in my armchair psychology. I know there are other less philosophical criticisms of rust like the small standard library and ensuing crate reliance, so some might not be on the rust train for much more pragmatic reasons that don&#x27;t say as much about them as a programmer.
mytailorisrich将近 3 年前
Devs and organisations that create &quot;bad codebase&quot; in Java, Go, etc. will do the same in Rust.<p>It boils down to skill and discipline, not the language. There is no silver bullet.