(no title)
KSteffensen | 1 year ago
I disagree with this, it is certainly possible to improve the state of some system without starting from scratch.
KSteffensen | 1 year ago
I disagree with this, it is certainly possible to improve the state of some system without starting from scratch.
mbivert|1 year ago
For example, once you have a good grasp of the codebase, and an overview of the future requirements, you can perform low-risks, local refactorings, so as to ease implementing both current and later features/bugfixes/etc.
The requirements aren't systematic though. Meaning, as a dev, you're not always, at least explicitly, allowed to get a bird-eye view, nor to act on it.
bsza|1 year ago
pvdoom|1 year ago
In more normal words - the codebase will fight your changes. And that means that small incremental changes may not be enough, and you will need at least a few big leaps.
SideburnsOfDoom|1 year ago
amelius|1 year ago