Do you follow good Object-Oriented design patterns?
Last updated by Brady Stroud [SSW] 8 months ago.See historyTypeScript 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.