From c3c908439211b882420d81fc3e2b1e965a0893c6 Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 26 Apr 2024 16:32:53 -0500 Subject: [PATCH] add refactors --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a91a5a..e32e357 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,12 @@ Some other patterns under consideration would be Observer, Factor, and Visitor. All of these might have interesting applications in making art this way. (PRs welcome :)) +## Refactors + +Interesting refactors will be done via PR: + +* https://github.com/jamesturk/doodles/pull/1 - Extract DrawEngine interface from draw() methods, restoring single responsibility to all drawables. + ## Rationales A few more rationales for reason that certain decisions were made, particularly when they were not my first thought.