Hi everyone,
this week we diged further into refactoring and implemented some design patterns.
We’ve choosen a service locator pattern to be used on our server. This pattern is typical for c#.
Therefore we rebuild our InfrastructureInitializer to a SocketServerFactory.
As we already used some patterns since the beginning of development, we decided not to compromise the code integrity completely. Therefore not realy much changed in our code.
The picture above unfolds our pattern used.
The pictures below show our class diagramm before we implemented the pattern
Kind regards,
Team Neco


Hey Team Neco,
your pattern looks good. It is great that you used patterns from the beginning, even if you didn’t realize using them. We did the same.
You could improve your blog post, if you could link to a bigger version of your picture.
Best Regards
Team react
LikeLike
Thank you for your comment, links to bigger pictures have been added.
Best regards,
NeCo
LikeLike
Hey guys,
i like your picture, as it clearly shows where the patterns are used in your project.
The problem is that people might not know what your pattern does, so maybe explain them briefly, or give links to some additional information?
best regards
DFFC
LikeLike
Hi DENNYFL,
we added a link to additional information, so you are able to look it up if you want to.
Thanks for your reply
Kind regards,
Team NeCo
LikeLike