As a developer, I want to use Test Driven Development (TDD), so that I can write tests for my methods to pass to ensure proper functionality within my application There needs to be several test per method.
As a developer, I want to use a custom-built list class that stores its values in an array, so that I can store any data type in my collection.
As a developer, I want the ability to remove an object from an instance of my custom-built list class.
As a developer, I want the custom list class to be iterable.
As a developer, I want to be able to override the ToString() method that converts the contents of the custom list to a string.
mbinelli22/CustomListProject
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|