logo

Quotes About Implementation

The last months, weeks and days have seen accelerating discussions, involving the DUP for the first time, about a comprehensive agreement which would see all outstanding matters dealt with and the Good Friday Agreement implemented in full.
~ Gerry Adams
Though the demonetisation move should be welcomed, govt should have planned well in advance to ensure that no common man suffer.
~ Vijay
Modi implemented welfare schemes, and U.P. became its major beneficiary in barely two years.
~ Yogi Adityanath
While the rest of the country is still talking about welfare reform, Texas is implementing it.
~ John Sharp
Welfare reform passed in the 90s worked because states were given maximum authority along with adequate funding. This model can work for the repeal and replacement of Obamacare.
~ Kim Reynolds
The mid-day meal is a well-intentioned scheme and has to be implemented effectively.
~ Pallam Raju
I'm practical. I see something, and I do it.
~ China Machado
Good ideas are not adopted automatically. They must be driven into practice with courageous patience.
~ Hyman Rickover
Sometimes the best, and only effective, way to kill an idea is to put it into practice.
~ Sydney J. Harris
The IFP is here to put into practice what we preach.
~ Mangosuthu Buthelezi
A lot of people preach and talk, but I think the only way to preach is to actually do things.
~ Kiesza
Don't take the will for the deed; get the deed.
~ Lewis Mumford
It's no good just believing in Brexit, if you can't actually deliver it.
~ Kemi Badenoch
China has adopted and is implementing its national climate change program. This includes mandatory national targets for reducing energy intensity and discharge of major pollutants and increasing forest coverage and the share of renewable energy for the period of 2005 through 2010.
~ Hu Jintao
They talk. You act.
~ Richelle Mead
Don't Just Talk About What You can Do; Make It Happen!
~ Rick Levine
that the speed of the new economy has caused people and firms to believe they don't have time to implement tools
~ Rita Gunther McGrath
Never worry about theory as long as the machinery does what it's supposed to do
~ Robert A. Heinlein
if I must encode either the interface or the implementation, I choose the implementation. Calling it ShapeFactoryImp, or even the hideous CShapeFactory, is preferable to encoding the interface.
~ Robert C. Martin
Don't override concrete functions. Concrete functions often require source code dependencies. When you override those functions, you do not eliminate those dependencies—indeed, you inherit them. To manage those dependencies, you should make the function abstract and create multiple implementations.
~ Robert C. Martin
Architecture is a hypothesis, that needs to be proven by implementation and measurement. —Tom Gilb
~ Robert C. Martin
If only we could pull this off one more time. If only we could just say we were done with implementation. But we can't, because the thing about implementation is that is actually has to be done. Analysis and design are not binary deliverables. They do not have unambiguous completion criteria. There's no real way to know that you are done with them. So we might as well be done on time.
~ Robert C. Martin
Implementation Patterns.
~ Robert C. Martin
DIP: The Dependency Inversion Principle The code that implements high-level policy should not depend on the code that implements low-level details. Rather, details should depend on policies.
~ Robert C. Martin