[Solved] When should you use an empty array in a web application? [closed]


One example would be errors when they are encountered. e.g. in validation

errors[:base] << "Value must be an integer."

solved When should you use an empty array in a web application? [closed]