From f63c15201058dfde90664f567717acacee7c6a5a Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:01:47 +0000 Subject: [PATCH] Initial commit --- readme.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 readme.adoc diff --git a/readme.adoc b/readme.adoc new file mode 100644 index 0000000..f491d97 --- /dev/null +++ b/readme.adoc @@ -0,0 +1,10 @@ += `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