Do you follow good Object-Oriented design patterns?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
TypeScript gives us a reasonably full-featured object-oriented system, and we should use it as such. Following the SOLID and DRY principles are encouraged.
Write code that you’d be proud to see in C#, because there are no longer any excuses.