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/fcfa930fc664a73ae9b01d441f9b1ad8 to your computer and use it in GitHub Desktop.
Save mikeMoreno/fcfa930fc664a73ae9b01d441f9b1ad8 to your computer and use it in GitHub Desktop.
Medium/Is C# Getting Too Complex?/Misc 1
public string GetFavoriteFood() { return favoriteFood; }
public string GetFavoriteFood() => favoriteFood;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment