AS A Developer
I WANT TO be able to subclass ACLibrary
IN ORDER TO Include already written Libraries and make the process smoother in general
Description
Why: (What value does it have? For whom?) subclassing just seems cleaner than the generateLibrary shit also have you seen that method?
What: (What should be implemented?) Instead of having to call `generateLibrary: xxxxxxx' I should be able to subclass ACLibrary with my own classes and just have to implement the necessary steps wihtout all the ugly overhead methods on class side etc.
Done: (How can it be demonstrated?) The Readme step by step should also change and work accordingly
Acceptance Criteria
[ ] generateLibraray becomes deprecated and subclassing ACLibrary is the new official methods
[ ] The Readme represents this change in the step by step
[ ] AcceptitGenerated becomes deprecated aswell
Estimation:
Jascha: This should maybe already be possible but it has to be tested to be official. I'd expect a 3 maybe a 5.
Story
AS A Developer I WANT TO be able to subclass ACLibrary IN ORDER TO Include already written Libraries and make the process smoother in general
Description
Why: (What value does it have? For whom?) subclassing just seems cleaner than the generateLibrary shit also have you seen that method?
What: (What should be implemented?) Instead of having to call `generateLibrary: xxxxxxx' I should be able to subclass ACLibrary with my own classes and just have to implement the necessary steps wihtout all the ugly overhead methods on class side etc.
Done: (How can it be demonstrated?) The Readme step by step should also change and work accordingly
Acceptance Criteria
Estimation:
Jascha: This should maybe already be possible but it has to be tested to be official. I'd expect a 3 maybe a 5.