Files
markitect-main/examples/design-patterns/README.txt
tegwick ed33766c91 refactor: reorganize examples directory with topic-based subdirectories
Reorganize examples directory into logical topic-based subdirectories with
comprehensive documentation:

- templates/: ISO/ARC42 documentation templates
- asset-management/: Asset management prototypes and demos
- essays/: Long-form content examples
- invoicing/: Invoice generation examples
- plugins/: Plugin development examples
- issue-demos/: Issue prevention demonstrations
- design-patterns/: Design pattern examples

Each subdirectory includes a README.txt file with topic description and
contributor signatures based on file creation timestamps.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 22:31:52 +01:00

11 lines
405 B
Plaintext

Design Pattern Examples
This directory contains examples of software design patterns and architectural concepts:
- design_pattern.md: Documentation and examples of common design patterns used
in software development, with practical implementations and use cases
These examples provide educational material for understanding and implementing
design patterns in real-world projects.
--worsch, 25-10-03