The audacity to do such a thing…

  • ChickenLadyLovesLife@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 months ago

    I started coding with Visual Basic 3 which basically only had arrays for holding multiple items, so probably 50% of my time was spent writing code to delete items - you had to iterate through the remainder of the array copying values from x to x - 1 and then re-dimensioning the array. I remember having my mind blown when proper collections were introduced with VB4.