All posts
Tag

protocols

1 post

Tutorial

Clean Code Python: Type Safety with Protocols Over ABCs

Python's ABC machinery adds inheritance overhead you do not need. Protocols give you structural subtyping — type-safe duck typing with zero coupling between your repository interfaces and implementations.

8 min read