Items related to Five Lines of Code: How and when to refactor

Five Lines of Code: How and when to refactor - Softcover

  • 3.99 out of 5 stars
    78 ratings by Goodreads
 
9781617298318: Five Lines of Code: How and when to refactor
  • PublisherManning
  • Publication date2021
  • ISBN 10 161729831X
  • ISBN 13 9781617298318
  • BindingPaperback
  • LanguageEnglish
  • Number of pages336
  • Rating
    • 3.99 out of 5 stars
      78 ratings by Goodreads

Buy Used

Condition: As New
Unread book in perfect condition... View this item

Shipping: US$ 2.64
Within U.S.A.

Destination, rates & speeds

Add to basket

Search results for Five Lines of Code: How and when to refactor

Seller Image

Clausen, Christian; Martin, Robert C. (FRW)
Published by Manning, 2021
ISBN 10: 161729831X ISBN 13: 9781617298318
Used Softcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Condition: As New. Unread book in perfect condition. Seller Inventory # 42649845

Contact seller

Buy Used

US$ 42.10
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Clausen, Christian
Published by Simon and Schuster, 2021
ISBN 10: 161729831X ISBN 13: 9781617298318
Used Softcover

Seller: INDOO, Avenel, NJ, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: As New. Unread copy in mint condition. Seller Inventory # SS9781617298318

Contact seller

Buy Used

US$ 44.75
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Seller Image

Clausen, Christian; Martin, Robert C. (FRW)
Published by Manning, 2021
ISBN 10: 161729831X ISBN 13: 9781617298318
New Softcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 42649845-n

Contact seller

Buy New

US$ 42.12
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Christian Clausen
Published by Simon and Schuster, 2021
ISBN 10: 161729831X ISBN 13: 9781617298318
New Softcover

Seller: INDOO, Avenel, NJ, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 9781617298318

Contact seller

Buy New

US$ 44.77
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Clausen, Christian
Published by Manning, 2021
ISBN 10: 161729831X ISBN 13: 9781617298318
New paperback

Seller: upickbook, Daly City, CA, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

paperback. Condition: New. Seller Inventory # mon0000248118

Contact seller

Buy New

US$ 39.59
Convert currency
Shipping: US$ 6.98
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Christian Clausen
Published by Pearson Education, 2021
ISBN 10: 161729831X ISBN 13: 9781617298318
New PAP

Seller: PBShop.store US, Wood Dale, IL, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000. Seller Inventory # PB-9781617298318

Contact seller

Buy New

US$ 49.91
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 15 available

Add to basket

Stock Image

Christian Clausen
Published by Pearson Education, 2021
ISBN 10: 161729831X ISBN 13: 9781617298318
New PAP

Seller: PBShop.store UK, Fairford, GLOS, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000. Seller Inventory # PB-9781617298318

Contact seller

Buy New

US$ 48.65
Convert currency
Shipping: US$ 6.52
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 15 available

Add to basket

Stock Image

Christian Clausen
Published by Manning Publications, New York, 2021
ISBN 10: 161729831X ISBN 13: 9781617298318
New Paperback

Seller: Grand Eagle Retail, Fairfield, OH, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: new. Paperback. Improving existing coderefactoringis one of the most common tasks youll face as a programmer. Five Lines of Code teaches you clear and actionable refactoring rules that you can apply without relying on intuitive judgements such as code smells. Its written for working developers, guiding you step by step through applying refactoring patterns to the codebase of a 2D puzzle game. Following the authors expert perspectivethat refactoring and code smells can be learned by following a concrete set of principlesyoull learn when to refactor your code, what patterns to apply to what problem, and the code characteristics that indicate its time for a rework. Thanks to this hands-on guide, youll find yourself programming faster while still delivering high-quality code that your teammates will love to work with. about the technologyRefactoring is a fact of life. All code is imperfect, and refactoring is a systematic process you can use to improve the quality of your codebase. Whatever your architecture, choice of OO language, or skill as a programmer, the continuous design improvements of refactoring make your code simpler, more readable, and less prone to bugs. Youll be amazed at the productivity boost of adding refactoring to your code hygiene routineits quicker to hammer out bad code and then improve it than spending hours writing good code in the first place! about the book Five Lines of Code teaches working developers the shortcuts to quality code. Youll follow author Christian Clausens unique approach to teaching refactoring thats focused on concrete rules, and getting any method down to five lines or less to implement! Theres no jargon or tricky automated-testing skills required, just easy guidelines and patterns illustrated by detailed code samples. Chapter by chapter youll put techniques into action by refactoring a complete 2D puzzle game. Before you know it, youll be making serious and tangible improvements to your codebase. what's inside The symptoms of bad codeThe extracting method, introducing strategy pattern, and many other refactoring patternsModifying code safely, even when you dont understand itWriting stable code that enables change-by-additionProper compiler practicesWriting code that needs no commentsReal-world practices for great refactoring about the readerFor developers who know an object-oriented programming language. about the author Christian Clausen works as a Technical Agile Coach teaching teams how to properly refactor their code. Previously he worked as a software engineer on the Coccinelle semantic patching project, an automated refactoring tool. He has an MSc in computer science, and five years experience teaching software quality at a university level. Shipping may be from multiple locations in the US or from the UK, depending on stock availability. Seller Inventory # 9781617298318

Contact seller

Buy New

US$ 65.49
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Clausen, Christian; Martin, Robert C. (FRW)
Published by Manning, 2021
ISBN 10: 161729831X ISBN 13: 9781617298318
New Softcover

Seller: GreatBookPricesUK, Woodford Green, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 42649845-n

Contact seller

Buy New

US$ 47.24
Convert currency
Shipping: US$ 19.49
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Clausen, Christian
Published by Manning, 2021
ISBN 10: 161729831X ISBN 13: 9781617298318
Used Softcover

Seller: clickgoodwillbooks, Indianapolis, IN, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Acceptable. This is a paper back book: Used - Acceptable: All pages and the cover are intact, but shrink wrap, dust covers, or boxed set case may be missing. Pages may include limited notes, highlighting, or minor water damage but the text is readable. Item may be missing bundled media. Seller Inventory # 3O6WBH000XSC_ns

Contact seller

Buy Used

US$ 65.13
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

There are 11 more copies of this book

View all search results for this book