software quality
-
Hello everyone, I'm collecting articles about how to be a better programmer and most common mistakes when programming and that kind of stuff. This is for my own good, because I just want to be a better programmer. So if you have some articles or know some articles, would you please please please give them to me via this forum or would you like to send it to me: deresen [at] hotmail [dot] com. I would really appreciate that. Thank you very much.
-
Hello everyone, I'm collecting articles about how to be a better programmer and most common mistakes when programming and that kind of stuff. This is for my own good, because I just want to be a better programmer. So if you have some articles or know some articles, would you please please please give them to me via this forum or would you like to send it to me: deresen [at] hotmail [dot] com. I would really appreciate that. Thank you very much.
Buy a copy of Code Complete. This is the book you need for examples of mistakes and how to avoid them.
Deja View - the feeling that you've seen this post before.
-
Buy a copy of Code Complete. This is the book you need for examples of mistakes and how to avoid them.
Deja View - the feeling that you've seen this post before.
Writing Solid Code is another book well worth reading.
--Mike-- Visual C++ MVP :cool: LINKS~! CP SearchBar v3.0 | C++ Forum FAQ "That's what's great about doing user interface work. No matter what you do, people will say that what you did was idiotic." -- Raymond Chen
-
Hello everyone, I'm collecting articles about how to be a better programmer and most common mistakes when programming and that kind of stuff. This is for my own good, because I just want to be a better programmer. So if you have some articles or know some articles, would you please please please give them to me via this forum or would you like to send it to me: deresen [at] hotmail [dot] com. I would really appreciate that. Thank you very much.
Jack Ganssle[^] has some good information on software quality in general. He focuses on embedded firmware, but a lot of the concepts still apply to general application development. A lot of it honestly seems to be common sense when you think about it, it just takes effort to discipline yourself. Dybs
-
Buy a copy of Code Complete. This is the book you need for examples of mistakes and how to avoid them.
Deja View - the feeling that you've seen this post before.
Pete O'Hanlon wrote:
Buy a copy of Code Complete
I second that. :) I only have the first edition though. But still valuable.
Kevin
-
Hello everyone, I'm collecting articles about how to be a better programmer and most common mistakes when programming and that kind of stuff. This is for my own good, because I just want to be a better programmer. So if you have some articles or know some articles, would you please please please give them to me via this forum or would you like to send it to me: deresen [at] hotmail [dot] com. I would really appreciate that. Thank you very much.
As Pete O'Hanlon says, buy Code Complete.
-
Hello everyone, I'm collecting articles about how to be a better programmer and most common mistakes when programming and that kind of stuff. This is for my own good, because I just want to be a better programmer. So if you have some articles or know some articles, would you please please please give them to me via this forum or would you like to send it to me: deresen [at] hotmail [dot] com. I would really appreciate that. Thank you very much.
-
Thank you very much all, if someone else has a good book/article on internet than I would love to hear it. I think I go buy the book, only first my C# book (it's Professional C# '08) which has a lot of pages :) Again, thanks
Also Martin Fowler's Refactoring is worth a look. There's also a web site for this. Refactoring Catalog[^] This shows a lot of the individual refactorings but not their explanations (for which you need the book or other source).
Kevin