我不会为你的URL添加查询字符串
本文坚决反对在URL中随意添加查询字符串(query string)的做法。作者认为,查询字符串应仅用于表示状态或过滤条件等必要场景,而不应滥用为追踪参数或临时标识。文章强调简洁、可读性强的URL对网站长期维护和用户体验的重要性,呼吁开发者遵循URL设计的最佳实践。
本文坚决反对在URL中随意添加查询字符串(query string)的做法。作者认为,查询字符串应仅用于表示状态或过滤条件等必要场景,而不应滥用为追踪参数或临时标识。文章强调简洁、可读性强的URL对网站长期维护和用户体验的重要性,呼吁开发者遵循URL设计的最佳实践。
A developer whose company had a production database deleted by an AI agent is criticized for lacking accountability. The author argues the real issue is having an API endpoint that can delete the entire database in the first place, and that AI tools should be used to augment competent developers' work, not as a way to avoid responsibility or as a scapegoat for mistakes.