Clean Code Cookbook : Recipes to Improve the Design and Quality of Your Code by Maximiliano Contieri (2024, Trade Paperback)
Bargain Book Stores (1134307)
99.2% positive feedback
Price:
US $55.26
ApproximatelyAU $86.01
+ $19.25 postage
Est. delivery Mon, 25 Aug - Wed, 3 SepEstimated delivery Mon, 25 Aug - Wed, 3 Sep
Returns:
30-day returns. Buyer pays for return postage. If you use an eBay postage label, it will be deducted from your refund amount.
Condition:
Brand newBrand new
Clean Code Cookbook: Recipes to Improve the Design and Quality of Your Code (Paperback or Softback). Your source for quality books at reduced prices. Condition Guide. Your Privacy.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
About this product
Product Identifiers
PublisherO'reilly Media, Incorporated
ISBN-101098144724
ISBN-139781098144722
eBay Product ID (ePID)16060884799
Product Key Features
Number of Pages350 Pages
LanguageEnglish
Publication NameClean Code Cookbook : Recipes to Improve the Design and Quality of Your Code
SubjectSoftware Development & Engineering / Quality Assurance & Testing, Programming / General, Web / Web Services & APIs, Web / Web Programming
Publication Year2024
TypeTextbook
Subject AreaComputers
AuthorMaximiliano Contieri
FormatTrade Paperback
Dimensions
Item Height0.9 in
Item Weight26.1 Oz
Item Length9.3 in
Item Width7.1 in
Additional Product Features
LCCN2023-282064
Dewey Edition23/eng/20231128
IllustratedYes
Dewey Decimal005.1
SynopsisOften, software engineers and architects work with large, complex code bases that they need to scale and maintain. With this cookbook, author Maximiliano Contieri takes you beyond the concept of clean code by showing you how to identify improvement opportunities and their impact on production code. When it comes to reliability and system evolution, these techniques provide benefits that pay off over time. Using real life examples in JavaScript, PHP, Java, Python, and many other programming languages, this cookbook provides proven recipes to help you scale and maintain large systems. Every section covers fundamental concepts including readability, coupling, testability, and extensibility, as well as code smells--symptoms of a problem that requires special attention--and the recipes to address them. As you proceed through this book, refactoring recipes and the variety of code smells increase in complexity. You will: Understand the benefits of clean code and learn how to detect code smells Learn refactoring techniques step by step Gain illustrative code examples in several modern programming languages Get a comprehensive catalog of common code smells, their impacts, and possible solutions Use code that's straight to the point, favoring readability and learning