Refactoring

Dev & startup terminologies | Noun

depending on who you`re talking to, a synonym for all the things that are “too small to be worth doing” or an euphemism for rewriting your entire code base. Refactoring a code base means restructuring its design without affecting its behaviour. It deals with small issues which cumulatively can have a big impact. The goal is to reduce unnecessary complexity and make the code more readable. Often it's also aimed at improving performance, such as reducing loading time or memory usage.

 

“What`s a synonym for never” “I will refactor that code later today”

Added by Get IT Guy