Möchten Sie verkaufen? Hier verkaufen
Practical Standards for Microsoft Visual Basic, w. CD-ROM (DV-MPS General)
 
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Practical Standards for Microsoft Visual Basic, w. CD-ROM (DV-MPS General) [Englisch] [Taschenbuch]

James D. Foxall
4.6 von 5 Sternen  Alle Rezensionen anzeigen (15 Kundenrezensionen)

Erhältlich bei diesen Anbietern.


Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Gebundene Ausgabe --  
Taschenbuch --  

Produktinformation

  • Taschenbuch: 450 Seiten
  • Verlag: Microsoft Press Books; Auflage: Pap/Cdr (1. Januar 2000)
  • Sprache: Englisch
  • ISBN-10: 0735607338
  • ISBN-13: 978-0735607330
  • Größe und/oder Gewicht: 18,8 x 4,6 x 3,1 cm
  • Durchschnittliche Kundenbewertung: 4.6 von 5 Sternen  Alle Rezensionen anzeigen (15 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 896.897 in Englische Bücher (Siehe Top 100 in Englische Bücher)

Mehr über den Autor

James D. Foxall
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von James D. Foxall auf Amazon

Produktbeschreibungen

Amazon.co.uk

It's no secret that Visual Basic is a popular choice for today's developers, but it's also true that there is a lot of bad code out there too. Practical Standards for Microsoft Visual Basic seeks to remedy this situation with a compilation of dozens of useful hints for writing clearer, faster and more maintainable code. Presented in a simple, easy-to-understand style, this is a book that can benefit any VB programmer, regardless of your level of expertise.

Based on the author's extensive experience with Visual Basic, this text compiles dozens of hints for programming more effectively. The most important suggestions have to do with naming and coding style. The author recommends using "Hungarian Notation," in which prefixes are used with variable names to describe the scope and data type of all variables. Tables and sample code show you how to get going here. There are many suggestions for writing more maintainable code. A chapter on writing effective comments is a standout. Throughout this book, the author provides examples and "incorrect" and "correct" code practices. (This edition makes good use of two-colour presentation and highlighted text to show off key concepts effectively.) A final section looks at the importance of source version control with Microsoft Visual SourceSafe.

While more expert programmers may quibble with some of the author's preferences here, there's much to mine in Practical Standards for Microsoft Visual Basic. Whether or not your shop adopts all of these suggestions, there's little doubt that any VB programmer can benefit from this compilation of some excellent ideas for writing better code. --Richard Dragan, amazon.com

Topics covered: Problems with Visual Basic code today, advantages of coding standards, using custom object and project templates, effective module design (cohesion, fan-in and fan-out), naming conventions and the Hungarian Notation, creating descriptive names, constants vs. magic numbers, enumerations, error handling tips and techniques, indenting code, using white space, guide to writing effective comments, end-of-line comments, flow control statements, user interface design hints, form and menu design, consistency, using system colours, user input, mouse and keyboard interaction, version control, using readme files, and installing and using Microsoft Visual SourceSafe.

Amazon.com

It's no secret that Visual Basic is a popular choice for today's developers, but it's also true that there is a lot of bad code out there. Practical Standards for Microsoft Visual Basic seeks to remedy this situation with a compilation of dozens of useful hints for writing clearer, faster, and more maintainable code. Presented in a simple, easy-to-understand style, this is a book that can benefit any VB programmer, regardless of expertise level.

The most important suggestions in the book have to do with naming and coding style. The author recommends using Hungarian Notation, in which prefixes are used with variable names to describe the scope and data type of all variables. Tables and sample code show you how to get going.

There are many suggestions for writing more maintainable code. A chapter on writing effective comments is a standout. Throughout this book, the author provides examples of correct and incorrect code practices. (This edition makes good use of two-color presentation and highlighted text to illustrate key concepts effectively.) A final section looks at the importance of source version control with Microsoft Visual SourceSafe.

While more expert programmers may quibble with some of the ideas presented, there's much to mine in Practical Standards for Microsoft Visual Basic. Whether or not your shop adopts all of them, there's little doubt that you'll benefit from this compilation. --Richard Dragan

Topics covered: Problems with Visual Basic code today, advantages of coding standards, using custom object and project templates, effective module design (cohesion, fan-in, and fan-out), naming conventions and Hungarian Notation, creating descriptive names, constants vs. magic numbers, enumerations, error-handling tips and techniques, indenting code, using white space, a guide to writing effective comments, end-of-line comments, flow control statements, user interface design hints, form and menu design, consistency, using system colors, user input, mouse and keyboard interaction, version control, using readme files, and installing and using Visual SourceSafe.


In diesem Buch (Mehr dazu)
Einleitungssatz
As members of a functional society, we adhere to standards every day of our lives. Lesen Sie die erste Seite
Mehr entdecken
Wortanzeiger
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis | Rückseite
Hier reinlesen und suchen:

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Die hilfreichsten Kundenrezensionen
Format:Taschenbuch
If you have come here looking for a book on how to code VB, look elsewhere. If instead, you are looking to develop maintainable code amongst all the developers in your organization, you have come to the right place.

In the present development world we often code for performance at the expense of all other aspects of development (maintainability, scalability, etc.). A good set of standards will take you far down the path to maintainable code and poor maintainability is often more expensive to an organization (at least in the long run) than poor performance.

We have taken many of the standards here and altered them to the style of the majority of our programmers. By using internally developed VB templates, we have decreased development time without sacrificing quality. This is not fully attributable to this book alone, but the new focus on standards has certainly played a role.

If you are serious about developing in a team environment, you will want to develop organizational standards for your team. It will save your company time and money and make it easier for your development team to communicate.

War diese Rezension für Sie hilfreich?
Format:Taschenbuch
Although I progam in VBA, primarily in Access, I wanted a book to help me with using standards in my work. I was not disappointed in buying this book. The use of Directives to synthesize the descriptive information into succinct programming rules was very good; the Directives should be included in a separate tear-out card on heavy stock so that it can be handy at all times.

I found particularly helpful the portions on Naming Conventions, Select Case...End Case, Create Thoughtful and functional Message Boxes, and Central Error Handlers. I can now create intelligent and useful Message Boxes and am looking forward to writing Central Error Handlers based on the books suggestions. One of the most useful and well organized books I have ever bought.

War diese Rezension für Sie hilfreich?
Format:Taschenbuch
Use programming standards, make code more reliable by eliminating questionable variables, and provide flexible error controls with the aid of this survey of common programming pitfalls and their solutions. Any working with Microsoft's Visual Basic program will find Practical Standards for Microsoft Visual Basic an invaluable programmer's guide.
War diese Rezension für Sie hilfreich?
Die neuesten Kundenrezensionen
Excellent Team Resource
This is an excellent book for VB development teams. It contains very useful, practical standards suggestions, and it's very easy to read. Lesen Sie weiter...
Veröffentlicht am 2. Mai 2000 von "brettsea"
if you understand how much coding standards help...buy book!
I have read countless VB articles, and books, and have often longed for a one-stop resource about structured VB programming. Lesen Sie weiter...
Am 19. April 2000 veröffentlicht
Great Book
I just finished reading this book. I am currently learning VB and neither the teachers nor the books I previously read explained anything about how to write decent code, and in... Lesen Sie weiter...
Am 8. April 2000 veröffentlicht
This book does much more than help you write clearer code
I've read a lot of programming books, and I have to say that this one was definately the easiest to read, and it provided a lot of valuable information. Lesen Sie weiter...
Veröffentlicht am 4. April 2000 von Mark Wood
Even if you know how to write a Complier over the weekend...
and no one can teach you anything new, because you already know everything, I still think this book is defintely worthwhile. Lesen Sie weiter...
Veröffentlicht am 26. März 2000 von Guy Rampel
Good for beginer to intermediate VB developers
Recently I need to draft a VB code standard for my colleagues and this book comes in handy. Most advise in the book is nothing new, every good developer should have already heard... Lesen Sie weiter...
Veröffentlicht am 13. März 2000 von Hardy Yau
it helped me write better code
This is book is definately needed. It seems that every vb developer I've known writes code in whatevr way they think is best. Lesen Sie weiter...
Veröffentlicht am 5. März 2000 von James Foxall
Ok for beginners
There is obviously a need for such a book. However, Microsoft Press suggests this book for intermediate to advanced users. Lesen Sie weiter...
Veröffentlicht am 1. März 2000 von Robert W. Shiely
Every Visual Basic Developer NEEDS This Book
James' presentation of the material and solid examples of the subject matter are worth many times the retail price of this book. Lesen Sie weiter...
Veröffentlicht am 16. Februar 2000 von Michael R. Myers
Destined to be a classic!
The author has obviously written Visual Basic code for a living. His work has a definate 'been there' feel to it. Lesen Sie weiter...
Am 15. Februar 2000 veröffentlicht
Kundenrezensionen suchen
Nur in den Rezensionen zu diesem Produkt suchen

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar