@ash-teach @ting-dev-coder I would love to work on this, my idea is to create a template method pattern with a similar structure as that of the existing singleton pattern.
I plan to create an abstract class, NameProcessor, with a template method and steps that will be implemented in the subclass.
Then a subclass which will consist of the implementation of those steps in the abstract class.
Finally, a main method to demonstrate the template pattern.
@ash-teach @ting-dev-coder I would love to work on this, my idea is to create a template method pattern with a similar structure as that of the existing singleton pattern.