TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Facebook has a tool that learns to fix bugs automatically?

9 pointsby adamstacover 6 years ago

4 comments

victorvationover 6 years ago
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>
rightbyteover 6 years ago
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.
rvnxover 6 years ago
TL;DR, this is a tool that automatically adds &quot;if (xx == null) return false&quot; before code potentially throwing NullPointerExceptions.
Amazonerhover 6 years ago
Who fixes Getafix then?