7 ms·
Not every codebase project etc use such workflow Also such approach doesnt work with bug fixes / regressions
by high_na_euv 3mo ago
Not every codebase project etc use such workflow
Also such approach doesnt work with bug fixes / regressions
- othmanosx 3mo agoEvery team should follow a plan, fine on a side project, but if you work in a large codebase with a bunch of devs, you need to have some sort of workflow to avoid stepping on each other's toes. bug fixes are supposed to be small, contained, if they're rearchitecting the codebase, then they're not _bugs_, but tech improvements, and need to be addressed differently and I agree that this should be flagged in the PR. a PR review is the final defence line before a QA
- high_na_euv 3mo agoDefinitely bug fix can be contained and stil need structure inprovements. For bug fixes usually there are no fancy docs because until fix is found then it isnt known how to fix it (usually) And after fix is found, there may be improvements applied to it