abishekaditya / DesignPatterns

Project : Design Patterns Examples in C#
GNU General Public License v3.0
2.52k stars 617 forks source link

Cleaned the code by removing the string literals #33

Closed vikramvee closed 9 months ago

vikramvee commented 1 year ago

I have tried to make the code looks more cleaner by removing the String literals from the Factory Pattern.