Cargando…

Code complete /

Widely considered one of the best practical guides to programming, Steve McConnell's original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices-and hundreds of new code sam...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: McConnell, Steve
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Redmond, Wash. : Microsoft Press, ©2004.
Edición:2nd ed.
Colección:Developer Best Practices.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocm61315783
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 050822s2004 waua obf 001 0 eng d
010 |z  2004049981 
040 |a OCL  |b eng  |e pn  |c OCL  |d OCLCQ  |d CO3  |d VLB  |d XFF  |d OCLCQ  |d TEFOD  |d MBB  |d UIU  |d SFB  |d B24X7  |d VMI  |d N$T  |d OCLCQ  |d TEFOD  |d OCLCQ  |d OCLCF  |d OCLCE  |d CEF  |d OTZ  |d CAUOI  |d E7B  |d YDXCP  |d OCLCQ  |d OCL  |d REB  |d OCLCQ  |d COO  |d EBLCP  |d BUB  |d NRC  |d ESU  |d K6U  |d AU@  |d STF  |d OCL  |d OCLCQ  |d UAB  |d UKAHL  |d RDF  |d INARC  |d TEFOD  |d UKBTH  |d LVT  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 228869343  |a 243562803  |a 681471064  |a 748094749  |a 759520535  |a 776997971  |a 781259635  |a 809690288  |a 883227327  |a 958559135  |a 976449742  |a 1056380911  |a 1061018487  |a 1075527943  |a 1083198435  |a 1100908506  |a 1148594935  |a 1159638921  |a 1302263785 
020 |a 9780735691254  |q (electronic bk.) 
020 |a 0735691258  |q (electronic bk.) 
020 |a 9780735635074  |q (electronic bk.) 
020 |a 0735635072  |q (electronic bk.) 
020 |a 9780735636972  |q (electronic bk.) 
020 |a 0735636974  |q (electronic bk.) 
020 |z 9780735619678 
020 |z 0735619670  |q (pbk.) 
020 |z 0735685819 
020 |z 9780735685819 
024 8 |a 9780735685819 
024 8 |a 0735619670 
029 1 |a AU@  |b 000053044731 
029 1 |a HEBIS  |b 291448291 
029 1 |a AU@  |b 000067105379 
035 |a (OCoLC)61315783  |z (OCoLC)228869343  |z (OCoLC)243562803  |z (OCoLC)681471064  |z (OCoLC)748094749  |z (OCoLC)759520535  |z (OCoLC)776997971  |z (OCoLC)781259635  |z (OCoLC)809690288  |z (OCoLC)883227327  |z (OCoLC)958559135  |z (OCoLC)976449742  |z (OCoLC)1056380911  |z (OCoLC)1061018487  |z (OCoLC)1075527943  |z (OCoLC)1083198435  |z (OCoLC)1100908506  |z (OCoLC)1148594935  |z (OCoLC)1159638921  |z (OCoLC)1302263785 
037 |b OverDrive, Inc.  |n http://www.overdrive.com 
037 |a E887C8C0-EA36-4146-B934-B8D113CA95DC  |b OverDrive, Inc.  |n http://www.overdrive.com 
037 |a A01AC007-08E9-4CD9-9C27-82B94B38D0DE  |b OverDrive, Inc.  |n http://www.overdrive.com 
037 |a E4D26F7E-ADF3-4FAD-90AC-68B328172216  |b OverDrive, Inc.  |n http://www.overdrive.com 
042 |a dlr 
050 4 |a QA76.76.D47  |b M39 2004 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
082 0 4 |a 005.1  |2 22 
084 |a 54.52  |2 bcl 
049 |a UAMI 
100 1 |a McConnell, Steve. 
245 1 0 |a Code complete /  |c Steve McConnell. 
250 |a 2nd ed. 
260 |a Redmond, Wash. :  |b Microsoft Press,  |c ©2004. 
300 |a 1 online resource (xxxvii, 914 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Developer Best Practices 
500 |a Title from table of contents page (Safari, viewed on Nov. 10, 2010). 
504 |a Includes bibliographical references (pages 863-883) and index. 
505 0 0 |g 1.  |t Welcome to software construction --  |g 2.  |t Metaphors for a richer understanding of software development --  |g 3.  |t Measure twice, cut once : upstream prerequisites --  |g 4.  |t Key construction decisions --  |g 5.  |t Design in construction --  |g 6.  |t Working classes --  |g 7.  |t High-quality routines --  |g 8.  |t Defensive programming --  |g 9.  |t pseudocode programming process --  |g 10.  |t General issues in using variables --  |g 11.  |t power of variable names --  |g 12.  |t Fundamental data types --  |g 13.  |t Unusual data types --  |g 14.  |t Organizing straight-line code --  |g 15.  |t Using conditionals --  |g 16.  |t Controlling loops --  |g 17.  |t Unusual control structures --  |g 18.  |t Table-driven methods --  |g 19.  |t General control issues --  |g 20.  |t software-quality landscape --  |g 21.  |t Collaborative construction --  |g 22.  |t Developer testing --  |g 23.  |t Debugging --  |g 24.  |t Refactoring --  |g 25.  |t Code-tuning strategies --  |g 26.  |t Code-tuning techniques --  |g 27.  |t How program size affects construction --  |g 28.  |t Managing construction --  |g 29.  |t Integration --  |g 30.  |t Programming tools --  |g 31.  |t Layout and style --  |g 32.  |t Self-documenting code --  |g 33.  |t Personal character --  |g 34.  |t Themes in software craftsmanship --  |g 35.  |t Where to find more information. 
506 |3 Use copy  |f Restrictions unspecified  |2 star  |5 MiAaHDL 
533 |a Electronic reproduction.  |b [S.l.] :  |c HathiTrust Digital Library,  |d 2010.  |5 MiAaHDL 
538 |a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.  |u http://purl.oclc.org/DLF/benchrepro0212  |5 MiAaHDL 
583 1 |a digitized  |c 2010  |h HathiTrust Digital Library  |l committed to preserve  |2 pda  |5 MiAaHDL 
520 |a Widely considered one of the best practical guides to programming, Steve McConnell's original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices-and hundreds of new code samples-illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your exp. 
542 |f Copyright © 2009  |g 2004 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Computer software  |x Development  |v Handbooks, manuals, etc. 
650 7 |a COMPUTERS  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a Computer software  |x Development  |2 fast 
650 1 7 |a Programmeren (computers)  |2 gtt 
650 1 7 |a Programmatuurtechniek.  |2 gtt 
650 7 |a Desenvolvimento de software.  |2 larpcal 
650 7 |a Développement de logiciels.  |2 rasuqam 
650 7 |a Programmation.  |2 rasuqam 
655 7 |a Handbooks and manuals  |2 fast 
776 0 8 |i Print version:  |z 0735619670  |w (DLC) 2004049981  |w (OCoLC)54974573 
830 0 |a Developer Best Practices. 
856 4 0 |u https://learning.oreilly.com/library/view/~/0735619670/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ebrary  |b EBRY  |n ebr10762374 
938 |a EBSCOhost  |b EBSC  |n 431617 
938 |a YBP Library Services  |b YANK  |n 3317231 
938 |a YBP Library Services  |b YANK  |n 7462419 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4642647 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26378208 
938 |a Internet Archive  |b INAR  |n codecomplete0000mcco 
994 |a 92  |b IZTAP