mirror of
https://github.com/bpmbpm/doc.git
synced 2026-04-29 03:50:46 +00:00
34 lines
2.1 KiB
Markdown
34 lines
2.1 KiB
Markdown
|
||
## tg
|
||
|
||
https://t.me/c/2975819706/582/825
|
||
|
||
https://git-scm.com/book/en/v2 - все кто хочет эффективно работать с ботом, рекомендую прочитать эту книгу.
|
||
|
||
Либо хотя бы вот это: https://docs.github.com/en/get-started/using-github/github-flow
|
||
|
||
https://www.gitkraken.com/learn/git/git-flow - вот тут ещё описание полезное, но это платный продукт, его не надо покупать.
|
||
|
||
GitHub Actions, автоматизированные тесты, проверки на компилируемость, линтеры (проверка качества кода) и другие автоматизированные проверки в том числе на безопасность.
|
||
|
||
Ограничение на размер файлов до 1500 строк, чтобы нейронка могла прочитать каждый целиком всегда.
|
||
|
||
SOLID, DRY принципы
|
||
Clean code, Self documenting code
|
||
|
||
jsdoc (документация к публичным функциям относительно модуля)
|
||
|
||
https://github.com/Cybersyn21/hive-mind-practic/blob/main/info/AI_WORKFLOW_GUIDE_RU.md
|
||
|
||
https://github.com/Cybersyn21/hive-mind-practic/blob/main/info/HOW_TO_WRITE_GITHUB_ISSUES.md
|
||
|
||
Кстати если хотите хорошую архитектуру кода - то можете дать ссылку на эту штуку для нейросети: https://github.com/link-foundation/code-architecture-principles
|
||
|
||
https://github.com/link-foundation/js-ai-driven-development-pipeline-template
|
||
https://github.com/link-foundation/rust-ai-driven-development-pipeline-template
|
||
https://github.com/link-foundation/python-ai-driven-development-pipeline-template
|
||
https://github.com/link-foundation/csharp-ai-driven-development-pipeline-template
|
||
https://github.com/link-foundation/go-ai-driven-development-pipeline-template
|
||
https://github.com/link-foundation/java-ai-driven-development-pipeline-template
|
||
|
||
https://github.com/link-assistant/hive-mind/?tab=readme-ov-file#-best-practices
|