5

What type of programmer are you?

Comments
  • 1
    Oh no...what have you done here
  • 4
    neither, numbers in varaiblenames are not declarative. I'll name them for what they actually are.
  • 2
    Just make an array or a list.
  • 1
    I'd probably go for the 3rd. I do agree, probably should be an array though...
  • 1
    I'm:
    var persons = {
    person1: 100,
    person2: 200,
    person3: 300
    }

    Just kidding, I'd also go with an array.
  • 0
    int person = [100,200,300];
  • 0
    Not a good idea to repost others content without proper credit
  • 1
    til people don't know the plural of person
Add Comment