Code review comment for lp:~gesha/linaro-android-frontend/remove-mandatory-tabs

Revision history for this message
Данило Шеган (danilo) wrote :

In the loop over howto_paths (line 41 of the diff), I'd say a loop variable is more likely an "index" rather than "count" (count is the total count of something; perhaps we could call it a "counter", but that suggests something else as well). It's even better if it actually indicates what's it an index for, eg. "howto_index".

review: Needs Fixing

« Back to merge proposal