Skip to main content

gestrich/python-architecture

SkillsMP は gestrich/python-architecture から 7 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
7
GitHub スター
0
GitHub フォーク
0

このリポジトリの skills

収集済み skill 7 件中 7 件を表示しています。

職業分類
ソフトウェア開発者
説明

Structure CLI applications using command dispatcher pattern. Covers entry points, command routing, argument parsing, and explicit parameter flow. Use when building CLI tools or refactoring command structure.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Creates new Python service classes following Martin Fowler's Service Layer pattern with constructor-based dependency injection, proper layering (Core vs Composite), and static vs instance method conventions. Use when adding new services or refactoring…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Determines the correct architectural layer (Entry Point/Service/Domain/Infrastructure) for code placement in Python applications using Service Layer pattern. Prevents layer violations and maintains separation of concerns. Use when adding new functionality,…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Writes unit tests for Python service classes using Arrange-Act-Assert pattern with proper mocking at boundaries. Tests behavior, not implementation. Mocks external systems only (API calls, file I/O, databases). Use when writing tests for services or fixing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Follow Python code organization conventions including method ordering, datetime handling, circular import avoidance, and type annotations. Use when organizing service classes, handling dates, or structuring modules.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Apply constructor-based dependency injection with explicit configuration flow. Covers required dependencies, fail-fast principles, and avoiding optional parameters with default factories. Use when designing service constructors or managing dependencies.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Design domain models following parse-once principle with type-safe APIs, factory methods, and Repository pattern. Use when creating domain models, parsing data structures, or organizing business logic in models.

原文の言語: 英語

更新
収集済み skill 7 件中 7 件を表示しています。