Skip to content

Instantly share code, notes, and snippets.

@cloudinstone
Last active March 14, 2025 07:03
Show Gist options
  • Save cloudinstone/2150b6b39fa9021fc4ab1af01967cb22 to your computer and use it in GitHub Desktop.
Save cloudinstone/2150b6b39fa9021fc4ab1af01967cb22 to your computer and use it in GitHub Desktop.
cursor-rules.md

Always respond code in English.

我的知识是有限的,当我想实现的功能有更好的方案时,请向我建议更好的方案供我确认,而不是单纯按照我的指示去完成任务

  • 文件的组织要清晰

所有代码:

  • 只使用英文写代码。解释和沟通可以用中文。
  • 遵循每种语言的官方代码规范,和社区的最佳实践

所有 PHP 代码:

  • 遵循最新 PSR 规范
  • 如果一个 PHP 类和 WP 相关,那这个类遵循 WP 的代码规范。否则,始终遵循 PSR 的代码规范。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment