design-patterns-in-typescript
design-patterns-in-typescript copied to clipboard
:orange_book: Design Patterns in TypeScript
Results
7
design-patterns-in-typescript issues
Sort by
recently updated
recently updated
newest added
https://github.com/gztchan/design-patterns-in-typescript/blob/master/prototype/prototype.ts Here you're initializing the object of classes multiple times whereas the main purpose of the above is just to avoid that. Instead of using new ClassName, you should rather...