2 Matching Annotations
  1. Jul 2023
    1. newData[i]

      Is there a way to keep all the elements from the old array without having to iterate through the array to add to the new resized array?

    2. In software engineering, there’s a distinction between being a client of a program versus being an implementer of a program.

      Whenever a developer implements code, will they always have to manually create tests themselves to test implementation? Is there a more time efficient way to handle testing or is there no other way around it?