开发者

Are there any good books on writing commercial quality software? [closed]

开发者 https://www.devze.com 2023-01-02 07:12 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

My background has been generally new technology demonstrators, which, well... demonstrate开发者_运维知识库 the latest technology and how it can be of use to a clients company. They use it for internal demos etc.

Now my career has shiffed course a bit more into actual products, in particular software which runs in locations like museums as interactive pieces.

Clearly, although the technology demonstrators had to be well coded etc, there wasn't as much emphasis as there is on my current work, which has to work, be highly configurable, probably multi-ligual and run constantly, without restarts.

So my question is, now that I'm trying to up my coding quality and write more commercial applications, are there any books which discuss issues surrounding high quality commercial software?

I currently have a copy of Code Complete 2nd Edition, which is excellent, but just wondering if there's any better, possibly more focused titles out there?

Thanks a lot!

Andy.

** UPDATE **

After a suggestion from JosephH, I'm going to mainly be working with c# and .Net (possibly silverlight!), if this helps anyone! :)


You could try Working effectively with Legacy Code.

The title is slightly misleading - although it's a very good book at showing you ways to work with Legacy code, it's also good at showing you good and bad ways to do things, why it matters, and has a focus on producing testable code. (The author's definition of "Legacy code" is any code that doesn't have automated tests.) The examples are in C, C++ or Java.

(You might want to state what language and technologies you're working with to get more focussed answers.)

0

精彩评论

暂无评论...
验证码 换一张
取 消