问HN:如何修复问题并找到代码库中错误的来源?
我想知道你们在问题部分是如何处理bug问题的。我之前从未做过这些事情。自上周以来,我一直在尝试理解这个bug的真正问题/来源,但始终无法解决。最开始,我使用了git bisect,并查看了提交记录和代码,但仍然无法弄清楚。
如果我能了解你们是如何处理这些bug的,以及它们是如何被修复的,你们使用什么方法,如何查看代码来修复它们,那对我来说将是非常宝贵的。
另外,如果你们能分享一些资源或文章,我会非常感兴趣去看看;我可以从中学习一些东西。
谢谢。
查看原文
I wondered how you people approach a bug problem in the issue section. I have never done these things. Since last week, I've been trying to understand the bug's real issue/origin. I couldn't solve it. Initially, I used git bisect and looked into commits & code. I still couldn't figure it out.<p>If I could understand how you approach these bugs and how they are fixed, what method do you use, and how do you look at the code to fix them? Then, honestly, it would be invaluable to me.<p>Also, if you could please share any resources or articles, I would be very interested in looking at them; I could take some lessons from them.<p>Thanks.