Quotesdtb.com
Home
Authors
Quotes of the day
Top quotes
Topics
Code Quotes - page 13
None of us can raise a family, build a business, heal a community or lift a country totally alone. America needs every one of us to lend our energy, our talents, our ambition to making our nation better and stronger. I believe that with all my heart. That's why "Stronger Together” is not just a lesson from our history. It's not just a slogan for our campaign. It's a guiding principle for the country we've always been and the future we're going to build. A country where the economy works for everyone, not just those at the top. Where you can get a good job and send your kids to a good school, no matter what zip code you live in. A country where all our children can dream, and those dreams are within reach. Where families are strong... communities are safe... And yes, love trumps hate. That's the country we're fighting for. That's the future we're working toward.
Hillary Clinton
When they talk about legal status, that's code for second-class status.
Hillary Clinton
Every child deserves a good teacher in a good school, regardless of the zip code that they live in.
Hillary Clinton
Inside the family room, Arthur Herk was methodically, relentlessly changing channels. He was doing this partly because the instinct to change channels is embedded deep in the male genetic code, and partly because he knew his wife and stepdaughter hated it.
Dave Barry
The purest case of an intelligence explosion would be an Artificial Intelligence rewriting its own source code. The key idea is that if you can improve intelligence even a little, the process accelerates. It's a tipping point. Like trying to balance a pen on one end - as soon as it tilts even a little, it quickly falls the rest of the way.
Eliezer Yudkowsky
Perhaps a better title for The Da Vinci Code might be Much Ado About Nothing. When you boil away the hype and hysteria, all that remains is a pedestrian murder mystery that isn't sufficiently challenging or scandalous to raise anyone's hackles. It's preposterous, overlong, and saddled with a sloppy denouement that defines the term "anti-climax." The film's two big "surprises" are telegraphed early, and the ease with which they can be guessed (using the "conservation of characters" process) leeches the movie of a large measure of its suspense. Individual scenes are entertaining in their own right, but the production as a whole is a lumbering mess.
James Berardinelli
We see morality in speeches and writings. We do not find it in practice. We are having different regulations for the males and the females. Our code of conduct is unfair to women. Child marriage is abolished. If there is right to divorce, right for widows to remarry and if women are now given certain rights, we will not see prostitution in the country. It will gradually disappear.
Periyar E. V. Ramasamy
Ought we not to ask the media to agree among themselves a voluntary code of conduct, under which they would not say or show anything which could assist the terrorists' morale or their cause while the hijack lasted.
Margaret Thatcher
The programmers who write improvements to GCC (or Emacs, or Bash, or Linŭ, or any GPL-covered program) are often employed by companies or universities. When the programmer wants to return his improvements to the community, and see his code in the next release, the boss may say, "Hold on there - your code belongs to us! We don't want to share it; we have decided to turn your improved version into a proprietary software product." Here the GNU GPL comes to the rescue. The programmer shows the boss that this proprietary software product would be copyright infringement, and the boss realizes that he has only two choices: release the new code as free software, or not at all. Almost always he lets the programmer do as he intended all along, and the code goes into the next release.
Richard Stallman
The case of programs today is very different from that of books a hundred years ago. The fact that the easiest way to copy a program is from one neighbor to another, the fact that a program has both source code and object code which are distinct, and the fact that a program is used rather than read and enjoyed, combine to create a situation in which a person who enforces a copyright is harming society as a whole both materially and spiritually; in which a person should not do so regardless of whether the law enables him to.
Richard Stallman
Steve Mellor and I independently came up with a characterization of the three modes in which people use the UML: sketch, blueprint, and programming language. By far the most common of the three, at least to my biased eye, is UML as sketch. In this usage, developers use the UML to help communicate some aspects of a system. As with blueprints, you can use sketches in a forward-engineering or reverse-engineering direction. Forward engineering draws a UML diagram before you write code, while reverse engineering builds a UML diagram from existing code in order to help understand it.
Martin Fowler
Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior. Its heart is a series of small behavior preserving transformations. Each transformation (called a 'refactoring') does little, but a sequence of transformations can produce a significant restructuring. Since each refactoring is small, it's less likely to go wrong. The system is also kept fully working after each small refactoring, reducing the chances that a system can get seriously broken during the restructuring.
Martin Fowler
When you feel the need to write a comment, first try to refactor the code so that any comment becomes superfluous.
Martin Fowler
When you find you have to add a feature to a program, and the program's code is not structured in a convenient way to add the feature, first refactor the program to make it easy to add the feature, then add the feature.
Martin Fowler
In fact, the best thing we could do on taxes for all Americans is to simplify the individual tax code. This will be a tough job, but members of both parties have expressed an interest in doing this, and I am prepared to join them.
Barack Obama
Perhaps now more than at any other moment in the history of the world, society, government and statesmanship need to be based upon the highest code of morality and ethics. And in political terms, what is the highest code of morality? It is the subordination of everything to the well-being of mankind. But today we are faced with a situation where the well-being of mankind is not always the primary consideration. Many who are in places of high power think, rather, of controlling the world.
Sukarno
I like the notion of working the program, like an artist works a lump of clay. An artist wants to make a sculpture, but before she makes the sculpture, she just massages the clay. She starts towards making the sculpture, and sees what the clay wants to do. And the more she handles the clay, the more the clay tends to do what she wants. It becomes compliant to her will. A development team works on a piece of code over several months. Initially, they make a piece of code, and it's a little stiff. It's small, but it's still stiff. Then they move the code, and it gets a little easier to move.
Ward Cunningham
In the months before I made wiki, we had been having an argument. I think Kent Beck and I were on one side. People who had a lot of faith in the prevailing dogma of software engineering were on the other side. We said, "Collective code ownership is good." They said, "That's ridiculous. You'll never get responsibility. You'll never get quality if you don't have responsibility. And the only way you'll get responsibility is ownership. You have to pin the bugs back on somebody if you want them to ever rise above producing bugs."
Ward Cunningham
The idea of where does an idea come from and who should get credit for it is pretty soft. But I think people are pretty good at dealing with that softness and recognizing contribution when they know the people involved. With collective ownership, we create a social situation where you can get to know a person by how they spin their intellect into source code statements.
Ward Cunningham
When people work code they can often see things I set out to do that they wouldn't notice otherwise. And there are no obligations to say, "Ward you're brilliant," but sometimes they say, "Ward you're brilliant." And that strokes my ego. Pride of ownership? You bet.
Ward Cunningham
The code might be organized in a hierarchy, but the solution has more dimensions than will fit in a hierarchy. So when you discover a solution in a dimension that crosses across the hierarchy, you just have to go where the solution takes you and put the solution in.
Ward Cunningham
Let's not worry about what somebody reading the code tomorrow is going to think. Let's not worry about whether it's efficient. Let's not even worry about whether it will work. Let's just write the simplest thing that could possibly work.
Ward Cunningham
Previous
1
...
12
13
(Current)
14
...
28
Next