Code review comment for lp:~alan-griffiths/compiz-core/rework-updatePlugins

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Also, repeatedly calling: desiredPlugins[desireIndex].s ()
is inefficient and harder to read.

We should just do: const CompString &name = desiredPlugins[desireIndex].s ();
and then use "name".

« Back to merge proposal