Clean Code Cookbook: Recipes to Improve the Design and Quality of Your Code (Paperback)
Contieri, Maximiliano
- 出版商: O'Reilly
- 出版日期: 2023-10-17
- 定價: $2,340
- 售價: 9.0 折 $2,106
- 語言: 英文
- 頁數: 428
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1098144724
- ISBN-13: 9781098144722
-
相關翻譯:
Clean Code 錦囊妙計 (Clean Code Cookbook : Recipes to Improve the Design and Quality of Your Code) (繁中版)
立即出貨
買這商品的人也買了...
-
$790$616 -
$720$562 -
$954$906 -
$780$663 -
$1,400Network Programming with Go: Learn to Code Secure and Reliable Network Services from Scratch
-
$450$338 -
$580$435 -
$780$616 -
$800$632 -
$720$562 -
$650$507 -
$600$468 -
$1,850$1,758 -
$620$484 -
$680$537 -
$580$458 -
$780$585 -
$790$616 -
$980$647 -
$680$530 -
$680$530 -
$620$465 -
$780$616 -
$630$498 -
$980$774
相關主題
商品描述
Often, 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