Would you like to see this page in English? Click here.

この商品をお持ちですか? マーケットプレイスに出品する
Code Complete (Microsoft Programming)
 
イメージを拡大
 

Code Complete (Microsoft Programming) [ペーパーバック]

Steve McConnell
5つ星のうち 5.0  レビューをすべて見る (1 カスタマーレビュー)

出品者からお求めいただけます。


この商品には新版があります:
Code Complete 2nd Edition(Dv-Professional) Code Complete 2nd Edition(Dv-Professional) 5つ星のうち 5.0 (1)
¥ 3,746
在庫あり。

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


商品の説明

内容説明

"Code complete" is the phrase used by programmers to announce the completion of a software program. Drawing its examples from a variety of computer languages, this book focuses on programming technique rather than the requirements of a specific programming language or environment. Steve McConnell developed True Type and Windows for the Microsoft Corporation. Topics include: front-end planning, applying good design techniques to construction, using data effectively, using common and advanced control structures, secrets of self-documenting code, testing and debugging techniques, improving performance with code tuning, managing construction activities, and relating personal character to the development of superior software.

Amazon.com

Believed by many of our customers to be the best practical guide to writing commercial software, and Highly Recommended.

登録情報

  • ペーパーバック: 896ページ
  • 出版社: Microsoft Press (1993/5/14)
  • 言語 英語, 英語, 英語
  • ISBN-10: 1556154844
  • ISBN-13: 978-1556154843
  • 発売日: 1993/5/14
  • 商品の寸法: 23.4 x 18.8 x 4.3 cm
  • おすすめ度: 5つ星のうち 5.0  レビューをすべて見る (1 カスタマーレビュー)
  • Amazon ベストセラー商品ランキング: 洋書 - 195,978位 (洋書のベストセラーを見る)
  •  カタログ情報、または画像について報告

  • 目次を見る

この商品を見た後に買っているのは?


この商品にタグをつける

 (詳細)
タグは、商品との関連性が非常に強いキーワードまたはラベルのようなものです。
タグにより、すべてのお客様がお気に入りの商品の整理と確認を行うことができます。
※タグは初期設定で公開になっています。詳しくはこちら
 

カスタマーレビュー

星4つ
0
星3つ
0
星2つ
0
星1つ
0
最も参考になったカスタマーレビュー
4 人中、0人の方が、「このレビューが参考になった」と投票しています。
先年、IEEE Software のEditor-of-Cheif を担当していた著者の考えが明確に示された、ソフトウェア技術者への手引書として、相応しい内容である。
理論を実践する際の留意点を、開発現場の立場で、解説している。
初心者にとても適切な指導を与える書籍である。
このレビューは参考になりましたか?
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  149件のカスタマーレビュー
94 人中、92人の方が、「このレビューが参考になった」と投票しています。
The best book I've ever read 1999/11/30
By "atlibo" - (Amazon.com)
About previous comments: Verbose? Don't think so, every page has some piece of valuable information

For beginners only? Don't think so, but if you are a beginner this is a good place to start. After several years of programming you'll mostly stop thinking about style and follow your habits... so you better have some good habits!

Insistence on using hungarian naming convention? Not at all, did you read this book? The author did talk about this convention but he also gives examples why this is can be bad (and also why it can be good).

This book covers a wide range of material, from variable declaration to software estimation and probably everything concerning software construction.

Also as this book talks a lot about style, the best thing is it is backed up with hard facts not just because of personal preference.

The examples are written in several languages (such as C, Pascal and Basic). One chapter is devoted to object orientation. Although you're heavily into OOP then in no way should you skip over this book as the advices in this book can be applied to every methodology of programming. So this book is in no way out dated.

Each chapter has a 'recommended reading' section so you know where to go for more. This is extremely handy.

I've read this book several times and I just love it. I own every book written by the author. Check them out also - they are very good too.

Summary: This book teaches you how you can write good and self-describing code. I wished every program I've had to read had been written by programmers who read this book and applied that knowledge.

Thanks, ABO

59 人中、57人の方が、「このレビューが参考になった」と投票しています。
Required Reading 1999/12/22
By William S. Grigsby - (Amazon.com)
I won't go into a review of the book as it has already been done so well by others here. Let me just say this:

As you read through the reviews, note those that give this book less than 5 stars (save one poor misguided fellow who must think 1 star is better than 5). These are people that I end up sending 'sorry you didn't get the job' letters to whenever I hire new programming staff.

The material in this book is so fundamental, so common sense, that it's easy to take it for granted. Don't. Buy a copy, and if you manage software projects and programmers buy copies for everyone involved (most of my people have copies of their own at home, I want them to have it available at work too). Then give them time to read it (or reread it). This will be the best investment in your staff you will ever make.

During interviews the mention of this book by a candidate when I ask about their personal professional reading counts as highly as any single other factor (and slightly ahead of most 'professional certifications' since I've found these to be a better indicator of ones ability to take tests than to perform in a production environment).

And don't forget to take your's down now and then as well.

55 人中、52人の方が、「このレビューが参考になった」と投票しています。
If I could, I'd give this book 10 stars! :) 1998/7/10
By カスタマー - (Amazon.com)
Reading this book was an eye-opening experience for me! I started programming a couple years ago in BASIC, then I switched to C taking over many of the bad programming style I developed with BASIC. Lately I discovered my interest in programming once again, read through an MFC book and began programming for Windows, a whole new field for me. I always wondered how professional programmers are able to maintain programs that are more complex than Notepad.

I thought it's just the experience and knowledge of almost all the possible (MFC) functions that exist. Code Complete showed me that it's a lot more than that, beginning by designing your program, not just starting to write code right away, up to topics like naming conventions for variables, how to determine what code to put into a routine or how to make your program easier to debug.

Although Code Complete may sound like a very dry book only for expert programmers, it really isn't. Steve McConnell even managed to throw in a lot of amusing anecdotes or witty tests - like the one: "How many of these data structures do you know?". If you checked (almost) ALL of them, you're advised to read the section about intellectual honesty - because some of the data structures are bogus names made up by the author. :)

All in all, I HIGHLY recommend this book to anyone , whether you're a professional programmer (for me that is any programmer whose job is programming <g>) or a hobbyist like me, wanting to create the applications you always dreamed of but thought you could never manage it.

Especially interesting for students or anyone trying to start a career as a programmer: this book contains a lot of 'further reading' advices with short descriptions of the books. So this book is also an excellent entry point for those wanting to become a professional programmer and are looking to fill the mind gaps where necessary.

カスタマーレビューの検索
この商品のカスタマーレビューだけを検索する

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック