Skip to content

Instantly share code, notes, and snippets.

@mikeMoreno
Last active June 27, 2021 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeMoreno/37bd0c5fd03bab6156fd1abd29fb326d to your computer and use it in GitHub Desktop.
Save mikeMoreno/37bd0c5fd03bab6156fd1abd29fb326d to your computer and use it in GitHub Desktop.
Medium/Is C# Getting Too Complex?/Misc 2
public Animal(string name) { Name = name; }
public Animal(string name) => Name = name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment