Refactoring

k. Buell
2 min readMar 23, 2021

Balance in creating code that is readable and maintainable is a matter of being able to write code that’s not so dry that you are thirsty by the time you’ve logged out of the console, but not so verbose as to become a augmented version of Where in the World is Carmen San Diego for someone looking for buggy elements.

The process of refactoring code is part of good code, and parses it down into bits that are more bite sized and digestible…

--

--