Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 843 Bytes

contributing.md

File metadata and controls

21 lines (13 loc) · 843 Bytes

Contributing to OOP Principles and Patterns

First off, thanks for taking the time to contribute.

This repo contains OOP Principles and Patterns implemented in Python with various examples. The base examples you see here are taken fromHead first design patterns book and followed by some other examples real world examples as well.

How can I contribute?

  • Suggesting enhancements

Suggesting enhancements

This repo is purely for learning purpose.

  • If you find any of the examples for the patterns that are not very suitable for that pattern
  • If you find any non-pythonic implemetation of the examples
  • If you find any typos or any other mistakes on the documentation

Please create an issue mentioning the current issue with the enhancements.

NOTE

Currently this repo only supports Python implementation of the patterns.