363 Blog Posts To Learn About Code Quality
Let's learn about Code Quality via these 363 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the Learn Repo or LearnRepo.com to find the most read blog posts about any technology.
Whatever your metrics for judgement are, code quality stories on HackerNoon provide pointers that ease your way.
1. Overloading Vs. Overriding in C#
Method overloading and overriding are two common forms of polymorphism ( the ability for a method or class to have multiple forms) in C# that are often confused because of their similar sounding names. In this article, we show the difference between the two with some practical code examples.
2. Effective Code Splitting in React: A Practical Guide
Large bundle sizes and slow startup is a common problem faced by single-page applications (SPAs), since they typically download all the JavaScript required for every single page of the application right at the start,...
Copyright of this story solely belongs to hackernoon.com. To see the full text click HERE