Code review comment for lp:~sil/desktopcouch/urllibquote

Revision history for this message
Stuart Langridge (sil) wrote :

Don't create a view per record-type; instead, call the standard return-all-records-keyed-by-record-type and use slice notation on the viewresults to only get back the records with that type, which does the same thing but more elegantly.

« Back to merge proposal