返回 Skill 列表
extension
分类: 开发与工程无需 API Key

programming-common

适用于所有编程语言的一般编程最佳实践。涵盖了干净的代码、测试、重构、版本控制以及开发工作流程。在使用任何语言编写或审查代码时都可以参考。

person作者: jakexiaohubgithub

Programming Common Practices

When to Use

  • Writing code in any programming language
  • Reviewing code for quality and maintainability
  • Refactoring existing code
  • Setting up development workflows
  • Creating documentation

Core Principles

Clean Code

Write readable, maintainable code: @art-of-readable-code.md @clean-code.md @cleanliness.md

Testing

Comprehensive testing strategies: @art-of-testing.md @test-driven-workflow.md @regression-prevention.md

Development Workflow

Best practices for development: @start-from-small.md @refactoring.md @general.md

Code Quality

@do-not-repeat-yourself.md @keep-it-simple-stupid.md @renaming-and-cleaning-workflow.md

Version Control

Git and version control practices: @version-control.md

Documentation

@documentation-performance-claims.md @EXAMPLE-README-REPOSITORY-ROOT.md @EXAMPLE-README-MODULE-ROOT.md

Tools & Environment

@emacs-server.md @screen.md @slurm.md

Debugging

@debugging-message.md