Domain coding24.de kaufen?
Produkt zum Begriff Coding-Standards:
-
C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
Consistent, high-quality coding standards improve software quality, reduce time-to-market, promote teamwork, eliminate time wasted on inconsequential matters, and simplify maintenance. Now, two of the world's most respected C++ experts distill the rich collective experience of the global C++ community into a set of coding standards that every developer and development team can understand and use as a basis for their own coding standards. The authors cover virtually every facet of C++ programming: design and coding style, functions, operators, class design, inheritance, construction/destruction, copying, assignment, namespaces, modules, templates, genericity, exceptions, STL containers and algorithms, and more. Each standard is described concisely, with practical examples. From type definition to error handling, this book presents C++ best practices, including some that have only recently been identified and standardized-techniques you may not know even if you've used C++ for years. Along the way, you'll find answers to questions like What's worth standardizing--and what isn't? What are the best ways to code for scalability?What are the elements of a rational error handling policy? How (and why) do you avoid unnecessary initialization, cyclic, and definitional dependencies?When (and how) should you use static and dynamic polymorphism together?How do you practice "safe" overriding?When should you provide a no-fail swap? Why and how should you prevent exceptions from propagating across module boundaries?Why shouldn't you write namespace declarations or directives in a header file?Why should you use STL vector and string instead of arrays?How do you choose the right STL search or sort algorithm?What rules should you follow to ensure type-safe code?Whether you're working alone or with others, C++ Coding Standards will help you write cleaner code--and write it faster, with fewer hassles and less frustration.
Preis: 27.81 € | Versand*: 0 € -
Captain Code: Unleash Your Coding Superpower with Python
Becoming a coder is all fun and games!Everyone should learn to code. Much like drawing and sketching, playing an instrument, cooking, or taking pictures and shooting videos, coding is a creative endeavor, which means it's a way to actually create stuff, and creating stuff is incredibly rewarding and satisfying. Sure, it's fun to spend hours on your phone looking at what other people have created; but that's nothing compared to the joy and satisfaction of creating things that other people consume and use. Yep, coding is fun!And if that weren't enough, when you learn to code you develop all sorts of invaluable skills and traits beyond just coding. These include planning, problem solving, communication, logic, empathy, attention to detail, patience, resilience, persistence, and creativity. And it turns out that these skills (especially creativity and creative problem solving) are some of the most in-demand out there. So, coding will help your future career, too, regardless of what that career may be.But, where to start?Captain Code is a welcoming, engaging, and fun introduction to becoming a coder, designed for the young (ages 10-17) and young-at-heart. Experienced educators and coders Ben & Shmuel Forta will guide you using Python, one of the most popular programming languages in the world. You'll learn by creating games, yes, games, from simple projects to retro text-based adventures to complete graphical arcade style games. Captain Code is 400 glossy color pages of goodness packed with welcoming images, useful tips and tidbits, and engaging, readable text that focuses on doing while having fun. All code listings are in full-color and QR codes link to bonus content, downloads, challenge solutions, and more.Captain Code makes coding exciting and rewarding, as it prepares a new generation to take their next steps forwardin education, careers, or both.So, are you ready to unleash your coding superpower and become Captain Code?
Preis: 19.25 € | Versand*: 0 € -
Adaptive Code: Agile coding with design patterns and SOLID principles
Write code that can adapt to changes. By applying this book’s principles, you can create code that accommodates new requirements and unforeseen scenarios without significant rewrites. Gary McLean Hall describes Agile best practices, principles, and patterns for designing and writing code that can evolve more quickly and easily, with fewer errors, because it doesn’t impede change. Now revised, updated, and expanded, Adaptive Code, Second Edition adds indispensable practical insights on Kanban, dependency inversion, and creating reusable abstractions. Drawing on over a decade of Agile consulting and development experience, McLean Hall has updated his best-seller with deeper coverage of unit testing, refactoring, pure dependency injection, and more. Master powerful new ways to:• Write code that enables and complements Scrum, Kanban, or any other Agile framework• Develop code that can survive major changes in requirements• Plan for adaptability by using dependencies, layering, interfaces, and design patterns• Perform unit testing and refactoring in tandem, gaining more value from both• Use the “golden master” technique to make legacy code adaptive• Build SOLID code with single-responsibility, open/closed, and Liskov substitution principles• Create smaller interfaces to support more-diverse client and architectural needs• Leverage dependency injection best practices to improve code adaptability• Apply dependency inversion with the Stairway pattern, and avoid related anti-patterns About You This book is for programmers of all skill levels seeking more-practical insight into design patterns, SOLID principles, unit testing, refactoring, and related topics. Most readers will have programmed in C#, Java, C++, or similar object-oriented languages, and will be familiar with core procedural programming techniques.
Preis: 37.44 € | Versand*: 0 € -
Kofler, Michael: Coding mit KI
Coding mit KI , Der pragmatische Leitfaden für alle, die wissen wollen, wie künstliche Intelligenz die Softwareentwicklung verändert. , Studium & Erwachsenenbildung > Fachbücher, Lernen & Nachschlagen
Preis: 39.90 € | Versand*: 0 €
Ähnliche Suchbegriffe für Coding-Standards:
-
Secure Coding in C and C++
Learn the Root Causes of Software Vulnerabilities and How to Avoid Them Commonly exploited software vulnerabilities are usually caused by avoidable software defects. Having analyzed tens of thousands of vulnerability reports since 1988, CERT has determined that a relatively small number of root causes account for most of the vulnerabilities. Secure Coding in C and C++, Second Edition, identifies and explains these root causes and shows the steps that can be taken to prevent exploitation. Moreover, this book encourages programmers to adopt security best practices and to develop a security mindset that can help protect software from tomorrow’s attacks, not just today’s. Drawing on the CERT’s reports and conclusions, Robert C. Seacord systematically identifies the program errors most likely to lead to security breaches, shows how they can be exploited, reviews the potential consequences, and presents secure alternatives. Coverage includes technical detail on how to Improve the overall security of any C or C++ applicationThwart buffer overflows, stack-smashing, and return-oriented programming attacks that exploit insecure string manipulation logicAvoid vulnerabilities and security flaws resulting from the incorrect use of dynamic memory management functionsEliminate integer-related problems resulting from signed integer overflows, unsigned integer wrapping, and truncation errorsPerform secure I/O, avoiding file system vulnerabilitiesCorrectly use formatted output functions without introducing format-string vulnerabilitiesAvoid race conditions and other exploitable vulnerabilities while developing concurrent code The second edition features Updates for C11 and C++11 Significant revisions to chapters on strings, dynamic memory management, and integer securityA new chapter on concurrencyAccess to the online secure coding course offered through Carnegie Mellon’s Open Learning Initiative (OLI) Secure Coding in C and C++, Second Edition, presents hundreds of examples of secure code, insecure code, and exploits, implemented for Windows and Linux. If you’re responsible for creating secure C or C++ software–or for keeping it safe–no other book offers you this much detailed, expert assistance.
Preis: 29.95 € | Versand*: 0 € -
CERT C Secure Coding Standard, The
“I’m an enthusiastic supporter of the CERT Secure Coding Initiative. Programmers have lots of sources of advice on correctness, clarity, maintainability, performance, and even safety. Advice on how specific language features affect security has been missing. The CERT® C Secure Coding Standard fills this need.”–Randy Meyers, Chairman of ANSI C“For years we have relied upon the CERT/CC to publish advisories documenting an endless stream of security problems. Now CERT has embodied the advice of leading technical experts to give programmers and managers the practical guidance needed to avoid those problems in new applications and to help secure legacy systems. Well done!”–Dr. Thomas Plum, founder of Plum Hall, Inc.“Connectivity has sharply increased the need for secure, hacker-safe applications. By combining this CERT standard with other safety guidelines, customers gain all-round protection and approach the goal of zero-defect software.”–Chris Tapp, Field Applications Engineer, LDRA Ltd.“I’ve found this standard to be an indispensable collection of expert information on exactly how modern software systems fail in practice. It is the perfect place to start for establishing internal secure coding guidelines. You won’t find this information elsewhere, and, when it comes to software security, what you don’t know is often exactly what hurts you.”–John McDonald, coauthor of The Art of Software Security AssessmentSoftware security has major implications for the operations and assets of organizations, as well as for the welfare of individuals. To create secure software, developers must know where the dangers lie. Secure programming in C can be more difficult than even many experienced programmers believe.This book is an essential desktop reference documenting the first official release of The CERT® C Secure Coding Standard. The standard itemizes those coding errors that are the root causes of software vulnerabilities in C and prioritizes them by severity, likelihood of exploitation, and remediation costs. Each guideline provides examples of insecure code as well as secure, alternative implementations. If uniformly applied, these guidelines will eliminate the critical coding errors that lead to buffer overflows, format string vulnerabilities, integer overflow, and other common software vulnerabilities.
Preis: 24.6 € | Versand*: 0 € -
O'Neill Carbonite Jacket black coding (39055) S
Die Carbonite Skijacke mit normaler Passform begleitet dich sowohl im Snowpark als auch im unberührten Powder. Die 80 g schwere Isolierung am Oberkörper (60 g in den Ärmeln), die aus 90 % recyceltem Repreve®-Polyester besteht, und das Firewall-Magma-Futter halten dich an stürmischen Tagen angenehm warm. Die Jacke verfügt über eine Wassersäule von 10.000 mm und eine Atmungsaktivität von 10.000 g, eine PFC-freie, dauerhaft wasserabweisende Imprägnierung und an kritischen Stellen versiegelte Nähte und macht dank Tech-Stretch-Gewebe jede Bewegung mit. Die Achselbelüftung, die mit Magma gefütterte Handytasche, der Schneefang und der verstellbare Saum sorgen bei jedem Wetter für höchsten Komfort. Das Wichtigste im Überblick Wassersäule 10000 mm atmungsaktiv verklebte Nähte Integrierter Schneefang Produktdetails Gemacht für: Herren Optimal für: Skifahren Wassersäule: 10000 mm Materialien: 50% Recyceltes Polyester (REPREVE), 50% Polyester Pflegehinweise Maschinenwäsche bei 30°C Nicht bleichen Bei niedriger Hitze im Trockner trocknen Bei geringer Hitze bügeln Nicht chemisch reinigen
Preis: 229.45 € | Versand*: 0.00 € -
O'Neill Park Pants black coding (39055) M
Diese hochwertige, locker geschnittene Hose ist vollgepackt mit allen technischen Features, die du für aufregende Lines im Powder und kraftvolle Moves im Park brauchst. Die Park Skihose besteht aus 50 % recyceltem Repreve®-Polyester und überzeugt mit einer Wassersäule von 20.000 mm, einer Atmungsaktivität von 20.000 g, an kritischen Stellen versiegelten Nähten und einer PFC-freien, dauerhaft wasserabweisenden Imprägnierung. Das Jacke-Hose-Verbindungssystem, der verstellbare Bund, Belüftungsreißverschlüsse am Bein, Gamaschen sowie Seitentaschen mit Reißverschluss sorgen für zusätzlichen Komfort, wenn du den ganzen Tag im Snowpark verbringst. Das Wichtigste im Überblick Wassersäule 20000 mm atmungsaktiv verklebte Nähte Belüftungsreißverschluss Produktdetails Gemacht für: Herren Optimal für: Skifahren Wassersäule: 20000 mm Materialien: 50% Recyceltes Polyester (REPREVE), 50% Polyester Pflegehinweise Maschinenwäsche bei 30°C Nicht bleichen Nicht im Trockner trocknen Nicht bügeln Nicht chemisch reinigen
Preis: 146.25 € | Versand*: 0.00 €
* Alle Preise verstehen sich inklusive der gesetzlichen Mehrwertsteuer und ggf. zuzüglich Versandkosten. Die Angebotsinformationen basieren auf den Angaben des jeweiligen Shops und werden über automatisierte Prozesse aktualisiert. Eine Aktualisierung in Echtzeit findet nicht statt, so dass es im Einzelfall zu Abweichungen kommen kann.