At what point are my C# skills?
Actually, you've asked a pretty tough question. Obviously, I'd like you to purchase my book before going to the Pro version, but that may not be necessary. First, how comfortable are you writing code in C#? Can you read the code of others without difficulty, or do you need time to figure it out? (The Code Project is a good source for reading C# code.) If you are confident that you can read the code written by others, perhaps it's time to move on to the Pro book series. If you feel you might benefit from additional instruction, try reading my book and see if it helps. Second, what kind of code do you want to write? Are you writing just for yourself, or are you writing for a commercial environment? If you just write for yourself, it probably doesn't matter much how "readable" your code is, but it makes a huge difference if your writing code for a team of programmers.
I think the key to your question is your own assessment of how comfortable you are in reading someone else's code. If you can do that without difficulty, perhaps you're ready for the next level. If not, reading another book might solidify your understanding in a way that will make subsequent work that much easier.
__________________
Jack Purdum, Ph.D.
Author: Beginning C# 3.0: Introduction to Object Oriented Programming (and 14 other programming texts)
|