mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-22 15:25:09 +00:00
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Nightly Canary Release / Check for new commits (push) Has been cancelled
Nightly Canary Release / Build nightly packages (push) Has been cancelled
Nightly Canary Release / Publish nightly to PyPI (push) Has been cancelled
1 line
336 B
Plaintext
1 line
336 B
Plaintext
소프트웨어 개발의 핵심 원칙 중 하나는 DRY(Don't Repeat Yourself, 자신을 반복하지 마라)입니다. 이 원칙은 문서화에도 적용됩니다. 동일한 내용을 여러 곳에서 반복하고 있다면, 콘텐츠를 동기화할 수 있도록 커스텀 스니펫을 생성하는 것을 고려해야 합니다. |