@tormodatUtube Did you try watching the video in HD? It's certainly not as clear as I would like, but I don't find it hard to read the code in 720p or 1080p. As for the "moving too fast," you can't please everyone. It's definitely not for beginning developers, it's for experienced DotNET devs that want to learn about TDD. If you found specific parts confusing, let me know, and I'll try to address them in a future video.
One tip though, don't use the == operator for string comparison. Strings are defined byref (on heap). Although they are implemented immutable (they look like system values) in c#, it's still a convention to use the 'Equals' method on them.
I used the "introduce variable" ReSharper refactoring. For me, that's ctrl+alt+v, but I'm one of those weird people that likes the ReSharper 2.x keyboard scheme. :)
if you understand the base of TDD and Mocking, this is a great jumpstart. Thanks for sharing.
bmeyerkc 1 week ago
horrible video, hard to follow, moving way to fast. Not an intro video at all, hard to see the code, its blurry, sorry for the harsh comment
tormodatUtube 2 months ago
@tormodatUtube Did you try watching the video in HD? It's certainly not as clear as I would like, but I don't find it hard to read the code in 720p or 1080p. As for the "moving too fast," you can't please everyone. It's definitely not for beginning developers, it's for experienced DotNET devs that want to learn about TDD. If you found specific parts confusing, let me know, and I'll try to address them in a future video.
MattTCF 2 months ago
Great video.
One tip though, don't use the == operator for string comparison. Strings are defined byref (on heap). Although they are implemented immutable (they look like system values) in c#, it's still a convention to use the 'Equals' method on them.
casio1987vd 1 year ago
@casio1987vd No it's not.
RapaFan 1 year ago
code part is not clear
asanprofile 1 year ago
I used the "introduce variable" ReSharper refactoring. For me, that's ctrl+alt+v, but I'm one of those weird people that likes the ReSharper 2.x keyboard scheme. :)
MattTCF 1 year ago
what key did you use @ 6:25 ?
discy12345 1 year ago