Skip to content

Conversation

@xingarr
Copy link

@xingarr xingarr commented Nov 4, 2025

Description

This PR adds the missing Servant design pattern entry to the README's Behavioral Patterns table.

Problem

The Servant pattern was fully implemented in patterns/behavioral/servant.py with:

  • ✅ Complete implementation with proper docstrings
  • ✅ Working examples and doctests
  • ✅ Unit tests in tests/behavioral/test_servant.py

However, it was not documented in the README.md's Behavioral Patterns table, making it invisible to users browsing the repository.

Solution

Added the Servant pattern entry to the Behavioral Patterns table in alphabetical order:

| [servant](patterns/behavioral/servant.py) | provide common functionality to a group of classes without using inheritance |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant