dubesar/Ultimate-Java-Resources

Add Singleton Design Pattern

julianmangut opened this issue · 6 comments

Hello,

I will like to add the Singleton Design Pattern on the folder Design Patterns.

I have the PR ready waiting for approval.

Thank you!

I didnt saw the template for the issue, sorry for didn't follow it. I had read the CONTIBUTING.md

@julianmangut Singelton design pattern has been committed to the repo

@julianmangut what you can do is contribute a detailed readme for the singleton pattern, just move the singleton code to a folder and add a readme in that for singleton pattern

I was looking for it and I didn't saw it, sorry.

I have a md prepare with a little introduction a an example in Java code.

Where you would like that I put¿?

Just go in the design pattern folder and there will be an existing code for singleton, just make a new folder named singleton and add in that code and your readme for the concept.

I moved the explanation to an .md file (I think that is more beautiful) and created the folder.

I am going to ask for the PR.