Skip to main content

gestrich/python-architecture

SkillsMP a collecté 7 skills depuis gestrich/python-architecture. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
7
Étoiles GitHub
0
Forks GitHub
0

Skills dans ce dépôt

Affichage de 7 skills collectés sur 7.

métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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,…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
Affichage de 7 skills collectés sur 7.