ahmadsamir added a comment.

  If we're going to iterate over a whole container, from cbegin() to cend(), 
and the container isn't going to change in the loop, then IMHO (H for humble 
:)) range-for would convey the intention better and make the code slightly 
easier to read/look cleaner.
  
  Kind of like one of the main reasons foreach was used (in, as we're finding 
out now that we're removing it from KDE code, many many places) instead of 
iterator/index based for loops, to begin with.

REPOSITORY
  R297 KDED

REVISION DETAIL
  https://phabricator.kde.org/D25755

To: nicolasfella, #frameworks
Cc: ahmadsamir, broulik, aacid, apol, kde-frameworks-devel, LeGast00n, GB_2, 
michaelh, ngraham, bruns

Reply via email to