ZoranPandovski / design-patterns

:briefcase: Design patterns written in different programming languages :triangular_ruler:
368 stars 310 forks source link

flyweight in c# #425

Closed Coldplayer1995 closed 3 years ago

Coldplayer1995 commented 3 years ago

Example of name and surnames storing with flyweight pattern in c#. This approach should save memory on object construction :)

Coldplayer1995 commented 3 years ago

@ZoranPandovski should be fixed now.

ZoranPandovski commented 3 years ago

It looks like you have left the csproj file only?

Coldplayer1995 commented 3 years ago

Good catch, should be ok now.