2425-2ihif-pose-classroom-ex-col-00-flexarraystring-flexarraystring-template created by GitHub Classroom
Find a file
MarcUs7i 3a97899126 Merge branch 'main'
Merging branch main (from rider) to master
2024-11-27 16:58:47 +01:00
.idea/.idea.FlexArray/.idea Merged main branch into master 2024-11-27 16:53:10 +01:00
FlexArray Merge branch 'main' 2024-11-27 16:58:47 +01:00
FlexArray.Test Merge branch 'main' 2024-11-27 16:58:47 +01:00
.editorconfig Added FlexArrayInt and created FlexArrayString.cs 2024-11-27 16:44:18 +01:00
.gitignore Added .idea/ to .gitignore 2024-11-27 16:48:08 +01:00
FlexArray.sln Added FlexArrayInt and created FlexArrayString.cs 2024-11-27 16:44:18 +01:00
readme.adoc add deadline 2024-11-27 13:14:10 +00:00
workshop.adoc Added FlexArrayInt and created FlexArrayString.cs 2024-11-27 16:44:18 +01:00

[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/P7J7Vzyy)
= `FlexArray` -- Assignment

. Make sure you understand what we did with the `FlexArrayInt` in class today
** If not, work through the workshop again and read the detailed code annotations
. Implement a new class `FlexArrayString`
** It provides the same methods & features as `FlexArrayInt`, but for strings
*** You may put it in the same project we started at school
** Make sure to implement all tests -- hint: those from the workshop are a good starting point!
*** *Use TDD* => After every test + method, create a separate commit so that I can see how successfully you applied the technique
*** Remember, that you can make use of Live Unit Testing in Rider