The Mikado Method

The Mikado Method PDF Author: Daniel Brolund
Publisher: Simon and Schuster
ISBN: 1638353182
Category : Computers
Languages : en
Pages : 353

Book Description
Summary The Mikado Method is a book written by the creators of this process. It describes a pragmatic, straightforward, and empirical method to plan and perform non-trivial technical improvements on an existing software system. The method has simple rules, but the applicability is vast. As you read, you'll practice a step-by-step system for identifying the scope and nature of your technical debt, mapping the key dependencies, and determining the safest way to approach the "Mikado"—your goal. About the Technology The game "pick-up sticks" is a good metaphor for the Mikado Method. You eliminate "technical debt" —the legacy problems embedded in nearly every software system— by following a set of easy-to-implement rules. You carefully extract each intertwined dependency until you expose the central issue, without collapsing the project. About the Book The Mikado Method presents a pragmatic process to plan and perform nontrivial technical improvements on an existing software system. The book helps you practice a step-by-step system for identifying the scope and nature of your technical debt, mapping the key dependencies, and determining a safe way to approach the "Mikado"—your goal. A natural by-product of this process is the Mikado Graph, a roadmap that reflects deep understanding of how your system works. This book builds on agile processes such as refactoring, TDD, and rapid feedback. It requires no special hardware or software and can be practiced by both small and large teams. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. What's Inside Understand your technical debt Surface the dependencies in legacy systems Isolate and resolve core concerns while creating minimal disruption Create a roadmap for your changes About the Authors Ola Ellnestam and Daniel Brolund are developers, coaches, and team leaders. They developed the Mikado Method in response to years of experience resolving technical debt in complex legacy systems. Table of Contents PART 1 THE BASICS OF THE MIKADO METHOD Meet the Mikado Method Hello, Mikado Method! Goals, graphs, and guidelines Organizing your work PART 2 PRINCIPLES AND PATTERNS FOR IMPROVING SOFTWARE Breaking up a monolith Emergent design Common restructuring patterns

Re-Engineering Legacy Software

Re-Engineering Legacy Software PDF Author: Chris Birchall
Publisher: Simon and Schuster
ISBN: 1638353328
Category : Computers
Languages : en
Pages : 331

Book Description
Summary As a developer, you may inherit projects built on existing codebases with design patterns, usage assumptions, infrastructure, and tooling from another time and another team. Fortunately, there are ways to breathe new life into legacy projects so you can maintain, improve, and scale them without fighting their limitations. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Book Re-Engineering Legacy Software is an experience-driven guide to revitalizing inherited projects. It covers refactoring, quality metrics, toolchain and workflow, continuous integration, infrastructure automation, and organizational culture. You'll learn techniques for introducing dependency injection for code modularity, quantitatively measuring quality, and automating infrastructure. You'll also develop practical processes for deciding whether to rewrite or refactor, organizing teams, and convincing management that quality matters. Core topics include deciphering and modularizing awkward code structures, integrating and automating tests, replacing outdated build systems, and using tools like Vagrant and Ansible for infrastructure automation. What's Inside Refactoring legacy codebases Continuous inspection and integration Automating legacy infrastructure New tests for old code Modularizing monolithic projects About the Reader This book is written for developers and team leads comfortable with an OO language like Java or C#. About the Author Chris Birchall is a senior developer at the Guardian in London, working on the back-end services that power the website. Table of Contents PART 1 GETTING STARTED Understanding the challenges of legacy projects Finding your starting point PART 2 REFACTORING TO IMPROVE THE CODEBASE Preparing to refactor Refactoring Re-architecting The Big Rewrite PART 3 BEYOND REFACTORING—IMPROVING PROJECT WORKFLOWAND INFRASTRUCTURE Automating the development environment Extending automation to test, staging, and production environments Modernizing the development, building, and deployment of legacy software Stop writing legacy code!

Refactoring at Scale

Refactoring at Scale PDF Author: Maude Lemaire
Publisher: "O'Reilly Media, Inc."
ISBN: 1492075485
Category : Computers
Languages : en
Pages : 246

Book Description
Making significant changes to large, complex codebases is a daunting task--one that's nearly impossible to do successfully unless you have the right team, tools, and mindset. If your application is in need of a substantial overhaul and you're unsure how to go about implementing those changes in a sustainable way, then this book is for you. Software engineer Maude Lemaire walks you through the entire refactoring process from start to finish. You'll learn from her experience driving performance and refactoring efforts at Slack during a period of critical growth, including two case studies illustrating the impact these techniques can have in the real world. This book will help you achieve a newfound ability to productively introduce important changes in your codebase. Understand how code degrades and why some degradation is inevitable Quantify and qualify the state of your codebase before refactoring Draft a well-scoped execution plan with strategic milestones Win support from engineering leadership Build and coordinate a team best suited for the project Communicate effectively inside and outside your team Adopt best practices for successfully executing the refactor

Modern C++ Programming with Test-Driven Development

Modern C++ Programming with Test-Driven Development PDF Author: Jeff Langr
Publisher: Pragmatic Bookshelf
ISBN: 1680504029
Category : Computers
Languages : en
Pages : 565

Book Description
If you program in C++ you've been neglected. Test-driven development (TDD) is a modern software development practice that can dramatically reduce the number of defects in systems, produce more maintainable code, and give you the confidence to change your software to meet changing needs. But C++ programmers have been ignored by those promoting TDD--until now. In this book, Jeff Langr gives you hands-on lessons in the challenges and rewards of doing TDD in C++. Modern C++ Programming With Test-Driven Development, the only comprehensive treatment on TDD in C++ provides you with everything you need to know about TDD, and the challenges and benefits of implementing it in your C++ systems. Its many detailed code examples take you step-by-step from TDD basics to advanced concepts. As a veteran C++ programmer, you're already writing high-quality code, and you work hard to maintain code quality. It doesn't have to be that hard. In this book, you'll learn: how to use TDD to improve legacy C++ systems how to identify and deal with troublesome system dependencies how to do dependency injection, which is particularly tricky in C++ how to use testing tools for C++ that aid TDD new C++11 features that facilitate TDD As you grow in TDD mastery, you'll discover how to keep a massive C++ system from becoming a design mess over time, as well as particular C++ trouble spots to avoid. You'll find out how to prevent your tests from being a maintenance burden and how to think in TDD without giving up your hard-won C++ skills. Finally, you'll see how to grow and sustain TDD in your team. Whether you're a complete unit-testing novice or an experienced tester, this book will lead you to mastery of test-driven development in C++. What You Need A C++ compiler running under Windows or Linux, preferably one that supports C++11. Examples presented in the book were built under gcc 4.7.2. Google Mock 1.6 (downloadable for free; it contains Google Test as well) or an alternate C++ unit testing tool. Most examples in the book are written for Google Mock, but it isn't difficult to translate them to your tool of choice. A good programmer's editor or IDE. cmake, preferably. Of course, you can use your own preferred make too. CMakeLists.txt files are provided for each project. Examples provided were built using cmake version 2.8.9. Various freely-available third-party libraries are used as the basis for examples in the book. These include: cURL JsonCpp Boost (filesystem, date_time/gregorian, algorithm, assign) Several examples use the boost headers/libraries. Only one example uses cURL and JsonCpp.

Lean from the Trenches

Lean from the Trenches PDF Author: Henrik Kniberg
Publisher: Pragmatic Bookshelf
ISBN: 1680503766
Category : Computers
Languages : en
Pages : 239

Book Description
You know the Agile and Lean development buzzwords, you've read the books. But when systems need a serious overhaul, you need to see how it works in real life, with real situations and people. Lean from the Trenches is all about actual practice. Every key point is illustrated with a photo or diagram, and anecdotes bring you inside the project as you discover why and how one organization modernized its workplace in record time. Lean from the Trenches is all about actual practice. Find out how the Swedish police combined XP, Scrum, and Kanban in a 60-person project. From start to finish, you'll see how to deliver a successful product using Lean principles. We start with an organization in desperate need of a new way of doing things and finish with a group of sixty, all working in sync to develop a scalable, complex system. You'll walk through the project step by step, from customer engagement, to the daily "cocktail party," version control, bug tracking, and release. In this honest look at what works--and what doesn't--you'll find out how to: Make quality everyone's business, not just the testers. Keep everyone moving in the same direction without micromanagement. Use simple and powerful metrics to aid in planning and process improvement. Balance between low-level feature focus and high-level system focus. You'll be ready to jump into the trenches and streamline your own development process.

Quaint, Exquisite

Quaint, Exquisite PDF Author: Grace E. Lavery
Publisher: Princeton University Press
ISBN: 0691183627
Category : Literary Criticism
Languages : en
Pages : 240

Book Description
How Japan captured the Victorian imagination and transformed Western aesthetics From the opening of trade with Britain in the 1850s, Japan occupied a unique and contradictory place in the Victorian imagination, regarded as both a rival empire and a cradle of exquisite beauty. Quaint, Exquisite explores the enduring impact of this dramatic encounter, showing how the rise of Japan led to a major transformation of Western aesthetics at the dawn of globalization. Drawing on philosophy, psychoanalysis, queer theory, textual criticism, and a wealth of in-depth archival research, Grace Lavery provides a radical new genealogy of aesthetic experience in modernity. She argues that the global popularity of Japanese art in the late nineteenth century reflected an imagined universal standard of taste that Kant described as the “subjective universal” condition of aesthetic judgment. The book features illuminating cultural histories of Gilbert and Sullivan’s Mikado, English derivations of the haiku, and retellings of the Madame Butterfly story, and sheds critical light on lesser-known figures such as Winnifred Eaton, an Anglo-Chinese novelist who wrote under the Japanese pseudonym Onoto Watanna, and Mikimoto Ryuzo, a Japanese enthusiast of the Victorian art critic John Ruskin. Lavery also explains the importance and symbolic power of such material objects as W. B. Yeats’s prized katana sword and the “Japanese vellum” luxury editions of Oscar Wilde. Quaint, Exquisite provides essential insights into the modern understanding of beauty as a vehicle for both intimacy and violence, and the lasting influence of Japanese forms today on writers and artists such as Quentin Tarantino.

The Pinafore Picture Book; The Story of HMS Pinafore

The Pinafore Picture Book; The Story of HMS Pinafore PDF Author: W.S. Gilbert
Publisher: Good Press
ISBN:
Category : Drama
Languages : en
Pages : 102

Book Description
'The Pinafore Picture Book: the Story of H.M.S. Pinafore' by W. S. Gilbert is a delightful comic opera filled with romance and mistaken identities. On board the British warship H.M.S. Pinafore, love and laughter intertwine. Ralph Rackstraw, a humble sailor, falls for Josephine, the Captain's daughter, despite the social divide. As secrets are unveiled and disguises are worn, the crew finds themselves in a whirlwind of unexpected alliances and forbidden desires.

W.S. Gilbert

W.S. Gilbert PDF Author: Jane W. Stedman
Publisher: Oxford University Press, USA
ISBN: 9780198161745
Category : Composers
Languages : en
Pages : 424

Book Description
Sir William Schwenck Gilbert (1836-1911) was the most brilliant dramatist of Victorian England. A daring and cynical playwright, the forerunner of Oscar Wilde and George Bernard Shaw, he was also a prolific journalist and humorous poet (his Bab Ballads are still widely read), and he achieved worldwide fame through his long collaboration with the composer Arthur Sullivan, a collaboration that created such classics as H. M. S. Pinafore, The Mikado, and all the other Savoy operas. Now the story of this remarkable writer's life - and of his stormy relationship with Sullivan - is here chronicled by a renowned authority on Gilbert and on the theatrical and literary scene in Victorian London. For this biography, Jane W. Stedman has returned to original sources, has interviewed survivors, and has scoured a whole variety of Victorian periodicals for reviews, and personal comment. Gilbert emerges as a much more complex and interesting figure than has previously been thought. The book is a worthy companion piece to Arthur Jacobs's recent biography Arthur Sullivan: A Victorian Musician.

The Book of Tea

The Book of Tea PDF Author: Kakuzo Okakura
Publisher: ReadHowYouWant.com
ISBN: 1425000533
Category : Cooking
Languages : en
Pages : 110

Book Description
The Book of Tea is a brief but classic essay on tea drinking, its history, restorative powers, and rich connection to Japanese culture. Okakura felt that "Teaism" was at the very center of Japanese life and helped shape everything from art, aesthetics, and an appreciation for the ephemeral to architecture, design, gardens, and painting. In tea could be found one source of what Okakura felt was Japan's and, by extension, Asia's unique power to influence the world. Containing both a history of tea in Japan and lucid, wide-ranging comments on the schools of tea, Zen, Taoism, flower arranging, and the tea ceremony and its tea-masters, this book is deservedly a timeless classic and will be of interest to anyone interested in the Japanese arts and ways. Book jacket.
Proudly powered by WordPress | Theme: Rits Blog by Crimson Themes.