Refactoring - Part 1
This post was inspired by the book Refactoring, which was written by Martin Fowler and Kent Beck.
Extract Function
The term "function" can be interchanged with "method" in an object-oriented language. The idea behinds it is that you look at a fragmen...
nanacoder.hashnode.dev2 min read