Finished Refactoring Statistics, repo at d1e8dfe

Jason Zhu 2021-02-23 11:47:06 +11:00
parent 5b7359abbc
commit 0513454fa4

@ -174,4 +174,11 @@ Reference:
* [Usage and Importance of Using in C# -> Using Statment (for garbage collection)](https://www.c-sharpcorner.com/UploadFile/manas1/usage-and-importance-of-using-in-C-Sharp472/)
* .NET has garbage collector to recycle memory. We also has some resource that want to release once used as soon as possible. .NET provide `IDisposable` interface to notify and automatically recycle resource.
* `using` statement
* `using` statement
## A Statistical Challenge & Refactoring Statistics
* Copy & Paste multiple lines of code is not good. Stick with DRY
* Important to separate signing from doing
Refactoring code require **low coupling, high cohesion**