You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing this great project, I noticed that some Design Patterns are implemented in TypeScript only, with no equivalent JavaScript implementations, like Singleton.
I’m wondering if this was intentional to maintain a specific structure, or if you're open to adding JavaScript versions for these patterns.
If there is interest in supporting JavaScript as well, I’d be glad to contribute, starting with Singleton and expanding to other patterns if it adds value.
If possible, it would be great to add a hacktoberfest label to help track these changes for Hacktoberfest.
Thanks in advance for considering, and I look forward to your thoughts on this proposal!
The text was updated successfully, but these errors were encountered:
Hi 👋,
While reviewing this great project, I noticed that some Design Patterns are implemented in TypeScript only, with no equivalent JavaScript implementations, like Singleton.
I’m wondering if this was intentional to maintain a specific structure, or if you're open to adding JavaScript versions for these patterns.
If there is interest in supporting JavaScript as well, I’d be glad to contribute, starting with Singleton and expanding to other patterns if it adds value.
If possible, it would be great to add a hacktoberfest label to help track these changes for Hacktoberfest.
Thanks in advance for considering, and I look forward to your thoughts on this proposal!
The text was updated successfully, but these errors were encountered: