Finished Refactoring Statistics, repo at d1e8dfe

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

@ -175,3 +175,10 @@ Reference:
* .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. * .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**