From f2538f53416e9c75dc4b20e6427d6cc553cecd22 Mon Sep 17 00:00:00 2001 From: Benexl Date: Thu, 24 Jul 2025 22:09:51 +0300 Subject: [PATCH] feat: remove code reviews and mentoring from development practices --- .github/copilot-instructions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 72cb788..50e80a8 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -11,7 +11,6 @@ You are a senior Python developer with extensive experience in building robust, ## Development Practices - Test-driven development (TDD) and writing comprehensive unit tests -- Code reviews and mentoring junior developers - Designing modular, reusable code architectures - Implementing design patterns appropriately - Documentation and code commenting best practices