From a92e0dc46e31cf7dc6d441e5fe12dfac3fa45edf Mon Sep 17 00:00:00 2001 From: VineFeeder Date: Mon, 8 Sep 2025 12:15:45 +0100 Subject: [PATCH] Multitron design pattern --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07ed4e1..e6c48ea 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ with your own. But the exisiting yaml is close to working - just needs a few dir ## Divergence from Envied's Parent - **select-titles option** avoid the uncertainty of -w S26E03 gobbledegook to get your video -- **Singleton Design Pattern** Good coding practice: where possible, a single instance of a Class is created and re-used. Saving time and resources. +- **Singleton Design Pattern** Good coding practice: where possible, a single instance of a Class is created and re-used. Saving time and resources. +- **Multitron Design Pattern** For those times when a Singleton will not do. Re-use Classes with care for the calling parameters. - **Clear Branding** Clear presentation of the program name! ## Quick Start