❇️ Рабочая неделя заканчивается, а значит у нас будет больше времени поломать голову и поразбираться с нюансами языка C#.
Предлагаю вашему внимаю самые 🔥 интересные вопросы этой недели:
🔶 Readonly struct vs classes
🔶 Why is the call ambiguous?
🔶 What happens when creating a variable?
🔶 Random values seem to be not really random?
Всем хороших и плодотворных выходных 👍
#sof_weekly
Предлагаю вашему внимаю самые 🔥 интересные вопросы этой недели:
🔶 Readonly struct vs classes
🔶 Why is the call ambiguous?
🔶 What happens when creating a variable?
🔶 Random values seem to be not really random?
Всем хороших и плодотворных выходных 👍
#sof_weekly
Stack Overflow
Readonly struct vs classes
Assuming you only have immutable types
and you have all your code up to date to C# 7.3 and your methods are using the in keyword for inputs
Why would you ever use a class instead of a readonly str...
and you have all your code up to date to C# 7.3 and your methods are using the in keyword for inputs
Why would you ever use a class instead of a readonly str...