Add A Factory for the right toolset #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a factory pattern in the toolset to get the right function for your usecase without knowing the exact name of the implementation class.
PR ready for review: #14
Added
CalcOperation(enum) andCalcFunctionFactory.create(CalcOperation)incom.example.util, plusCalcFunctionFactoryTest.LoopTestApplicationnow resolves functions through the factory../mvnw verifygreen — 30 tests, 0 failures.