The Mikado Method by Ola Ellnestam Daniel Brolund
Author:Ola Ellnestam Daniel Brolund
Language: eng
Format: epub
Publisher: Manning Publications
Problem
Another common scenario when restructuring code is that you find a class that implements the contract of an abstraction or a base class, but when you make assumptions based on this, you get runtime or compiler errors. This is likely because the contract of the abstraction is broken in some way.
There are several ways to break a contract, and a common example is the Square-Rectangle problem. For example, here’s a Rectangle class:
public class Rectangle { public Rectangle(int height, int width) { . . . } public void setHeight(int height) { . . . } public int getHeight() { . . . } public void setWidth(int width) { . . . } public int getWidth() { . . . } }
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12121)
Hello! Python by Anthony Briggs(9525)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9491)
The Mikado Method by Ola Ellnestam Daniel Brolund(9443)
Dependency Injection in .NET by Mark Seemann(8997)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(7985)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7518)
Grails in Action by Glen Smith Peter Ledbrook(7413)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7242)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6114)
Kotlin in Action by Dmitry Jemerov(4767)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(4526)
Microservices with Go by Alexander Shuiskov(4246)
Practical Design Patterns for Java Developers by Miroslav Wengner(4167)
Test Automation Engineering Handbook by Manikandan Sambamurthy(4133)
Practical Vim (for Kathryn Amaral) by Drew Neil(3806)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3689)
Cracking the GRE Premium Edition with 6 Practice Tests, 2015 (Graduate School Test Preparation) by Princeton Review(3685)
Learn SOLIDWORKS 2020 by Tayseer Almattar(3582)