Simon Willison's Weblog

Quoting Andreas Kling

4.0内容质量

TL;DR · AI 摘要

Andreas Kling 认为 Ladybird 将停止接受公开拉取请求,因为大补丁不再是良好意图的可靠指标;代码进入浏览器后,责任应由决定其是否加入项目的人承担。

核心要点

  • 停止公开拉取请求以加强责任管理。
  • 补丁大小不再是评估贡献者意图的可靠指标。
  • 代码进入浏览器后,责任归决策者。

结构提纲

按章节快速跳转。

  1. 作者引用 Andreas Kling 的声明,指出 Ladybird 将停止接受公开拉取请求。

  2. 作者解释了停止公开拉取请求的原因,即大补丁不再是良好意图的可靠指标。

  3. 强调代码进入浏览器后,责任应由决定其是否加入项目的人承担。

思维导图

用一张图看清主题之间的关系。

查看大纲文本(无障碍 / 无 JS 友好)
  • Ladybird 开发治理
    • 停止公开拉取请求
      • 减少不确定性
      • 提高代码质量
    • 责任归属
      • 决策者承担后果
      • 代码所有者明确

金句 / Highlights

值得收藏与分享的关键句。

#Ladybird#开源治理#代码质量
打开原文

Warning: This is a cached snapshot of the original page, consider retry with caching opt-out.

5th June 2026

We will no longer accept public pull requests. [...]

A substantial patch used to imply substantial effort, and that effort was a reasonable proxy for good faith. That assumption no longer holds. [...]

Whether code was typed by hand is beside the point. What matters is who is responsible for it once it enters the browser. Ladybird is becoming a browser for real users. The people introducing changes to it must be the people who decide those changes belong in the project, and who will answer for the consequences.

Andreas Kling, Changing How We Develop Ladybird