Quote by C.A.R. Hoare
There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.
Summary
This quote highlights two contrasting approaches to software design. The first approach focuses on keeping the design simple and clear, which requires thorough analysis and careful problem-solving to avoid any deficiencies. The second approach involves creating a complex design which may hide deficiencies due to its intricate nature. However, the quote suggests that the first method, creating a simple design without obvious deficiencies, is more challenging but also more desirable. Simplifying a design requires greater effort and skill in meeting the requirements while avoiding any flaws or shortcomings.
Topics
Programs & Programming
By C.A.R. Hoare