The audacity to do such a thing…

  • pixeltree@lemmy.world
    link
    fedilink
    arrow-up
    18
    ·
    9 months ago

    I remember being new to programming and wondering that and then getting introduced to arrays. Matrixes blew my mind

    • 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.