Love this format. This is very helpful, thank you and keep up the great work!
@JorginChow3 жыл бұрын
Pure gold, love the format hope you will have more subscribers in the future
@swildermuth3 жыл бұрын
I hope so too!
@rbuh3 жыл бұрын
Nice to watch and learn something. Saw this thing today for my first time
@swildermuth3 жыл бұрын
Glad to hear it!
@pateegutee79603 жыл бұрын
Another great informative video as usual thanks! You're a blessing to beginners like me.
@swildermuth3 жыл бұрын
Glad to help
@DarshanaHashendra3 жыл бұрын
Brilliant video. Following and learn over the many years.
@swildermuth3 жыл бұрын
Glad it was helpful!
@LysAdrian9 ай бұрын
Very useful! Thank you Shawn!
@spacelabgames11 ай бұрын
Very useful tutorial and well explained...thanks 👍
@willembeltman6 ай бұрын
I love how we end up writing more code in order to safe writing code. There is a good reason why you should create a new class for the result: It allows you find out you are writing a lot of the same classes.
@swildermuth6 ай бұрын
But does it need to be a 'class'? I find this issue where everyone wants to think everything is a class in C#. Could be a struct, a tuple, a record. Data structures matter.
@imadabab Жыл бұрын
Amazing. Thanks a lot for sharing. I have subscribed.
@guitartom013 жыл бұрын
thanks Shawn - 'the trouble with tuples' lol... great ST episode :)
@swildermuth3 жыл бұрын
Glad you enjoyed it
@jahoopyjaheepu4972 жыл бұрын
Nice video; thank you!
@alexsegal53973 жыл бұрын
Good stuff! Thank you!
@swildermuth3 жыл бұрын
You bet!
@lazarnikolovski75712 жыл бұрын
Thank you sooo much! This was a great explanation!
@godfathermikal2 жыл бұрын
I love using named tuples for the very reasons you demonstrated. Unfortunately, every team I have ever worked on have always followed a convention to prefer a class instead. Any reason for this or is this more or less a cultural thing?
@swildermuth2 жыл бұрын
Make them watch this video ; )
@godfathermikal2 жыл бұрын
@@swildermuth Hahahaha There's merit in your response. 🤘😎🤓 Alas, I think changing minds or culture is a futile effort.
@cavelinguam6444Ай бұрын
Nice
@ahmedshinwari2 жыл бұрын
Thanks for the introducing Tuples... However, it is pronounced as // tuh-pl //
@swildermuth2 жыл бұрын
It's definitely two-pl
@henrik30982 жыл бұрын
Thanks man
@swildermuth2 жыл бұрын
You're welcome!
@reactivex492 жыл бұрын
C# more and more looks like Python
@orrinjonesjr8 ай бұрын
I am just learning this 🥲 better later than never.