BartVandewoestyne / Design-Patterns-GoF

Working code for the Design Patterns book from the Gang of Four.
278 stars 123 forks source link

Provide implementation for Template Method #3

Open BartVandewoestyne opened 1 year ago

BartVandewoestyne commented 1 year ago

Apparently, there is no sample code for the Template Method pattern. I don't know if this was intentional, if it was due to the lack of sample code in the book, or if I just forgot and moved on with my life.

We should check whether the book provides enough info to provide sample code that compiles and runs. If not, we should mention why no sample code is given.

BartVandewoestyne commented 6 months ago

It seems like the book has enough sample code for the Template Method pattern. Hence, I started the implementation in commit 2f0420c.