You are viewing a single comment's thread from:
RE: C# Programming Beginner Tutorial: Basic Concepts and Ideas
Good post. I am not really a beginner so I probably shouldn't comment, but I am going to chip you on your syntax. Good code reads just the same as good pseudocode to me, so to emphasis the OO of your example you could have had :-
WalkTo(fridge);
Open(fridge);
But anyway, you left the fridge and cupboard doors open :)
LOL, you guys are funny
I actually had something in that order, but I decided it might confuse new learners a bit too much. I was truly going for just the steps involved in a process. Nice catch on the doors.
Thanks for the feedback.