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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Facebook has a tool that learns to fix bugs automatically?

9 点作者 adamstac超过 6 年前

4 条评论

victorvation超过 6 年前
Direct link to official blog post: <a href="https:&#x2F;&#x2F;code.fb.com&#x2F;developer-tools&#x2F;getafix-how-facebook-tools-learn-to-fix-bugs-automatically&#x2F;" rel="nofollow">https:&#x2F;&#x2F;code.fb.com&#x2F;developer-tools&#x2F;getafix-how-facebook-too...</a>
rightbyte超过 6 年前
If you have alot of copy pasted code this might work great if you fixed a bug in one place but not the 219 other ones.
rvnx超过 6 年前
TL;DR, this is a tool that automatically adds &quot;if (xx == null) return false&quot; before code potentially throwing NullPointerExceptions.
Amazonerh超过 6 年前
Who fixes Getafix then?