13 Sep
2006
13 Sep
'06
7:15 p.m.
Khalid B wrote:
- Try to not commit every issue separately. If you plan to fix three issues, then do not commit three times. Better do one commit with the three fixes in it.
I disagree with this, quite seriously. Committing one fix at a time has benefits in being able to derive patch files to back out problems from just one fix. Muddling a bunch together makes that less possible.