a bit of refactoring
In software engineering, “refactoring” a source code module often means modifying without changing its external behavior, and is sometimes informally referred to as “cleaning it up”. … In particular, adding new behavior to a program might be difficult with the program’s given structure, so a developer might refactor it first to make it easier, and…
