Everyday Unity – Telegram
Everyday Unity
1.11K subscribers
157 photos
59 videos
42 files
2.36K links
A game developer and tech lead in a top grossing company posting Unity, programming, and gamedev related stuff that I find interesting
Website: https://gamedev.center

Most used tags are:
#performance
#shader
#interview

Author: @alexmtr
Download Telegram
https://jonskeet.uk/csharp/parameters.html

Parameter passing in C#

I believe it is highly confusing to say that objects are passed by reference by default instead of the correct statement that object references are passed by value by default.

#csharp #ref #parameters