Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@xingarr
Copy link
Contributor

@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 |

@faif faif merged commit 5110def into faif:master Nov 7, 2025
4 checks passed
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.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.