logo

Quotes About Executable

[Perl] combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript.
~ Jamie Zawinski
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
~ Edsger Dijkstra
To do Agile right, you had to work in pairs, write tests first, refactor, and commit to simple designs. You had to work in short cycles, producing executable output in each. You had to communicate with business on a regular and continuous basis.
~ Robert C. Martin
Regular users know nothing about program languages or varying exchange protocols. They just want the thing to run. So Microsoft invented a way to bundle executable programs and data, the DLL, that allows them to be smoothly exchanged by computers on different networks.
~ Mark Bowden
Programming is the art of writing essays in crystal clear prose and making them executable
~ Unknown
Test code is only useful in the context of being executable in a way that accelerates development and doesn't slow it down. Thus, it has to be integrated into the actual development process in a way that makes it part of development and not separate from it. Functional code never exists in a vacuum. Neither should test code.
~ James A. Whittaker