Garbage Collection is evil
Programming languages with built-in garbage collection (GC) is often praised as no memory leaks, less error-prone, etc but I don’t disagree with this. This article brings you some facts of GC that is never mentioned by advertisements. GC automatically frees resources that…