ShahriyarR / MySQL-AutoXtraBackup

MySQL-AutoXtraBackup commandline tool written in Python 3 based on Percona XtraBackup
https://autoxtrabackup.azepug.az/
MIT License
141 stars 79 forks source link

Change the Inheritance to Composition #400

Closed ShahriyarR closed 4 years ago

ShahriyarR commented 4 years ago

As we have not such a complicated structure and as I went back to school to read Design Patterns, it is obvious that I need to prefer Composition over class Inheritance. Back to origins is not bad at all - I will forgive myself :)))) I will do this change for the 2.0 release.

ShahriyarR commented 4 years ago

Started with Backup class as part of #408