ex-col-00-flexarraystring/readme.adoc
github-classroom[bot] f63c152010
Initial commit
2024-11-27 13:01:47 +00:00

10 lines
661 B
Text

= `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