|
|
|
|
|
by habibur
1218 days ago
|
|
Adding new features will introduce new bugs in your already "bug fixed" parts. Therefore go for release cycles. Lock features, fix all bugs, then release the version. Repeat for every cycle. You might be forced to release with a few bugs. The conventional procedure is to publicly document the known bugs for each version. If you are fighting fire with bugs, then you don't have stable product yet. Cut off up to a reasonable feature set and fix all bugs when you want to release. |
|