62

Just saw this on a production code :

array = new array[1024] //that should be enough

Comments
  • 30
    @NoNameCode Because 1024 should be enough
  • 4
    At least you know exactly how much thought he put into the number so if a problem does arise, you know it is probably safe to examine changing it.
Add Comment