nic-dgl104-winter-2024 / pattern-library

A multi-language library containing implementations of common software design and architecture patterns
4 stars 37 forks source link

Add definition of Singleton including references #70

Closed kattsky closed 6 months ago

kattsky commented 6 months ago

I've created a separate PR to provide a definition of Singleton pattern in the main README file. The definition was short to provide a quick overview of the design pattern. A more detailed discussion of this pattern is available within the Singleton subdirectory.

mijuanmontalvo commented 6 months ago

Hello @kattsky , I was reviewing this pull request, I have an observation, I think it is a good idea to include a description of what was done in this pull request.

kattsky commented 6 months ago

Thanks for your guidance, @mijuanmontalvo. I've added as above.