Code review comment for lp://qastaging/~cmiller/desktopcouch/record-reuse-deleted

Revision history for this message
Manuel de la Peña (mandel) wrote :

This might be a stupid question, but would't it be better to do:
1. delete in db
2. add to db

rather than:
1. retrieve from db
2. update rev
3. add to db

I know that there is no different when updating the rev of the object, but I fear that:

1. people might be using the rev for something they should not.
2. we are adding an extra response that we really do not care.

Besides this "question" all the rest looks great!

« Back to merge proposal