From 26628f399b2d1fa954ebf40ecb0996865b999a26 Mon Sep 17 00:00:00 2001 From: Giorgi Dalakishvili Date: Mon, 2 Sep 2024 00:52:48 +0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9194463..a806000 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,15 @@ Assert.That(dynamicEngine.Evaluate("(c+b)*a", a: 6, b: 4.5, c: 2.6), ``` dotnet add package Math-Expression-Evaluator ``` + +## User Feedback + +From https://stackoverflow.com/questions/50722680/methods-for-dynamically-creating-an-array-in-c-sharp + +DavidG +> Can't decide if this library is evil, genius or evil genius... + +xanatos +> That library is using high level magic... Very high level :-) + +> The class is dynamic and is handling in a dynamic way the use of the method... fascinating