Skip to content
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

What do you call the high-level concept of scientist? #243

Closed
boxcleverliam opened this issue Sep 14, 2023 · 1 comment
Closed

What do you call the high-level concept of scientist? #243

boxcleverliam opened this issue Sep 14, 2023 · 1 comment

Comments

@boxcleverliam
Copy link

Scientist is fantastic for Ruby development, but how would I find a similar library for other languages? I'm looking to do this in PHP and JS.

Is there a name for this technique or pattern of development? Having a control and a candidate and running both under load, to analyze the results - this is a pattern I have also used, but without good terminology to quickly communicate to others.

The Control / Candidate Pattern?
Candidate Driven Development?

If there is a common name for this, it would be good to add it to the README.

@zerowidth
Copy link
Member

Not sure what I'd call it. "candidate driven development" or "measurement-based refactoring"?

You can find a list of alternatives in the README, including a PHP implementation: https://github.com/github/scientist?tab=readme-ov-file#alternatives

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@zerowidth @boxcleverliam and others