-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET version? #3
Comments
Would be great to have it in the repo. Have you considered just adding a C# probe and running the Ruby version? Too weird? |
Would probably be good for a simplest first pass, but might not be the lightest-weight approach, if that's what is being optimized for?
…--
Touched, not typed.
On Sun, Dec 4, 2016 at 1:12 AM +0200, "Michael Feathers" <notifications@github.com> wrote:
Would be great to have it in the repo. Have you considered just adding a C# probe and running the Ruby version? Too weird?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Light-weight in what sense? |
Assuming this is your overarching optimising goal:
I'm thinking some people might have an issue putting Ruby into prod on a .NET architecture - or at least having to jump through some hoops to make it happen. Which would fail the 'light-weight' heuristic. Am I overthinking it? |
instead of installing Ruby, PowerShell to the rescue: |
@KevinT Not sure if you still need it - Here is my attempt to adapt the Scythe concept in C# - https://github.com/kritulrathod/Scythe Hope that helps. |
I'd be keen to put a C# version of this out. Would you prefer I did it as a completely separate implementation, or part of this scythe repo?
The text was updated successfully, but these errors were encountered: