Warning: Undefined array key "layout" in /home/bateeqjg/public_html/news/wp-content/plugins/wp-about-author/wp-about-author.php on line 94

Here is an amazon review that I did for book called “The Elements of C# Style”.
I’m trying to become more of a productive programmer and code readability is an element to it.
So I searched through collection of programming book at my university library and found this one.
“The elements of C# Style” is short, concise and provides examples when needed. There is a summarized list of tips in the back of the book to act as a cheat-sheet.
Note that most of the tips can be used is most Object Oriented Programming languages, like Java.
But be aware that this book doesn’t teach you C#, but rather it focuses on how C# code can be written in order to maximize its effectiveness.
In conclusion, I think this an excellent book for anyone trying to improve their code quality.