Code Quotes
-
I continually remind myself to live by a code. It's very important to me. I've got a bad temper.
-
Every time I write a song, it's different. I'm all about the rhythm of the words and the melody. Musically, you gotta have a throbbing pulse going. But as far as what it's all about, there's a million ways to go. You have to invent a new code for every song. Then you have to break it. It's like Scrabble or a crossword puzzle on steriods. I could talk about the process for days. But it's never dull and there's no one way in.
-
The Government of the Reich, who regard Christianity as the unshakable foundation of the morals and moral code of the nation, attach the greatest value to friendly relations with the Holy See and are endeavouring to develop them.
-
When you engage in a work that taps your talent and fuels your passion-that rises out of a great need in the world that you feel drawn by conscience to meet-therein lies your voice, your calling, your soul's code.
-
When writing code, it’s often the case that you end up computing a value that the calling function doesn’t currently need. Later, however, this value may be important when the code is called in a different situation. In this situation, you should obey the law of useful return: A procedure should return all the potentially useful information it computed.
-
If the world is made of language, then you can hack it in the sense that you can hack code.
-
Measuring programming progress by lines of code is like measuring aircraft building progress by weight.
-
Sometimes I worry. Worrying is defined as obsessive examination of one’s own code.
-
There's a strong distinction to be made between dry code smart contacts and wet code's physical law. So law is based on our minds, our wetware - it's based on analogy. The law is more flexible; software is more rigid. Various laws tend to be batched in jurisdictional silos. Software tends to be independent.
-
Code as if the next guy to maintain your code is a homicidal maniac who knows where you live.
-
Learn. Ceaselessly. Learn to code, to write persuasively, to understand new technologies, to bring out the best in your team, to find underused resources and to spot patterns.
-
A system composed of 100,000 lines of C++ is not be sneezed at, but we don't have that much trouble developing 100,000 lines of COBOL today. The real test of OOP will come when systems of 1 to 10 million lines of code are developed.
-
Instead of making a resolution to learn how to code in 2013, you might make a resolution to learn how to draw.
-
Most of the effort in the software business goes into the maintenance of code that already exists.
-
Requirements in mathematical language are no use unless they are easier to read than the code.
-
I like writing code. I like building product. I like making things that people like.
-
Obviously Linux owes its heritage to UNIX, but not its code. We would not, nor will not, make such a claim.
-
The Mozilla project is big in terms of lines of code and complexity.
-
It was a rather extraordinary conversation if you think about it -- both of us speaking in code. But not military code, not Intelligence or Resistance code -- just feminine code.
-
If reality is code, then it can be hacked in some way that we had not suspected before.
-
Keep your honor code between you and God, you don't break that, no matter who's not looking. God is.
-
Following a code of silence, you're never gonna lose the anger.
-
My basic rule is, if it could possibly come from the end user, it's not a run-time crash. But if it is my code to my code, I crash it as hard as possible—fail as early as possible.
-
Elements (lines of code) in a coincidentally-cohesive module have no relationship. Typically occurs as the result of modularizing existing code, to separate out redundant code.