Slashdot Mirror


User: fhriley

fhriley's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Please don't use single letter variables on Bad Programming Habits We Secretly Love (infoworld.com) · · Score: 1

    I don't care if your variable is a loop variable or a simple array. Ever try searching code for a loop variable "i". Yeah, that's why you don't do it. At the very least, name it "ii".