10

You know what bugs me the most? When people make their code fast and efficient, but not updatable. Like if I want to add something for my program to look for I'd rather just put another item in an array than modify/add 30 lines. Jesus Christ people.

Comments
  • 0
    As long as you know what the code does, you can update it. If you are making code that's going to need to be updated often enough that you are just changing adding to an array, maybe you should make it so that on its own.
Add Comment