Skip to content

Instantly share code, notes, and snippets.

@cch12313
Created November 8, 2021 16:52
Show Gist options
  • Save cch12313/77ae0b4f212c6f565b2285463e4e6fac to your computer and use it in GitHub Desktop.
Save cch12313/77ae0b4f212c6f565b2285463e4e6fac to your computer and use it in GitHub Desktop.
refactor by strategy pattern
public interface IRacing
{
public void Skill();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment