-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added some quotes! #41
base: master
Are you sure you want to change the base?
Changes from all commits
f347944
a1b3e46
74a79dd
ec216b3
2caec11
80f7257
039a352
991f030
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,14 @@ | |
|
||
- :c: A computer lets you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila. | ||
:a: Mitch Ratcliffe | ||
|
||
- :c: But we are HACKERS and hackers have black terminals with green font colors | ||
:a: J. Nunemaker | ||
|
||
- :c: Hope That Firewall works because your screwed... | ||
:a: Hacker | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Extra whitespace here? |
||
|
||
- :c: Engineers are all basically high-functioning autistics who have no idea how normal people do stuff. | ||
:a: Cory Doctorow | ||
|
||
|
@@ -1698,3 +1705,65 @@ | |
|
||
- :c: As soon as you agree on the number of spaces for indentation, no-one argues for tabs. | ||
:a: Alvar Lumberg | ||
|
||
- :c: Given enough eyeballs, all bugs are shallow. | ||
:a: Eric S. Raymond | ||
|
||
- :c: Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? | ||
:a: Brian Kernighan | ||
|
||
- :c: The most effective debugging tool is still careful thought, coupled with judiciously placed print statements. | ||
:a: Brian Kernighan | ||
|
||
- :c: From then on, when anything went wrong with a computer, we said it had bugs in it. | ||
:a: Grace Hopper | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Extra whitespace? |
||
|
||
- :c: Testing can only prove the presence of bugs, not their absence. | ||
:a: Edsger W. Dijkstra | ||
|
||
- :c: If debugging is the process of removing bugs, then programming must be the process of putting them in. | ||
:a: Edsger W. Dijkstra | ||
|
||
- :c: bug, n: An elusive creature living in a program that makes it incorrect. The activity of "debugging", or removing bugs from a program, ends when people get tired of doing it, not when the bugs are removed. | ||
:a: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Author? Lower case? |
||
|
||
- :c: Much to the surprise of the builders of the first digital computers, programs written for them usually did not work. | ||
:a: Rodney Brooks | ||
|
||
- :c: Even perfect program verification can only establish that a program meets its specification. […] Much of the essence of building a program is in fact the debugging of the specification. | ||
:a: Fred Brooks | ||
|
||
- :c: When someone says: "I want a programming language in which I need only say what I wish done", give him a lollipop. | ||
:a: Alan J. Perlis | ||
|
||
- :c: The main activity of programming is not the origination of new independent programs, but in the integration, modification, and explanation of existing ones. | ||
:a: Terry Winograd | ||
|
||
- :c: Weinberg's Second Law: If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. | ||
:a: Gerald Weinberg | ||
|
||
- :c: Asking for efficiency and adaptability in the same program is like asking for a beautiful and modest wife. Although beauty and modesty have been known to occur in the same woman, we'll probably have to settle for one or the other. At least that's better than neither. | ||
:a: Gerald M. Weinberg | ||
|
||
- :c: 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. | ||
:a: C.A.R. Hoare | ||
|
||
- :c: Zawinski's Law: Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can. | ||
:a: Jamie Zawinski | ||
|
||
- :c: One day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" | ||
:a: Larry Wall | ||
|
||
- :c: There's no place like 127.0.0.1 | ||
:a: Anonymous | ||
|
||
- :c: Good programmers think that they might do good if they try, but bad programmers just know that they're good. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure that this multi-line is valid yaml. Did you check it? |
||
Good programmers suspect that there's always room for improvement, and they look for it. Bad programmers are complacent. | ||
Good programmers learn and get better. Good programmers are mindful that there are many ways that things can be better: shorter code, more readable and maintainable code, neater code, a more elegant expression of the algorithm, a lower bug count, or simply producing code faster. | ||
:a: Anonymous | ||
|
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Whitespace, whitespace, whitespace, whitespace... |
||
|
||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd vote this to be left out, because it doesn't seem anything special. @moll agree?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concur. Not much of an aphorism. >)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll rectify it all today! Let me know about the white spaces problem, I'm
not getting where exactly white spaces are there! Are you talking about the
extra line? After each quote?
On 18-Jan-2016 12:10 am, "Andri Möll" [email protected] wrote:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think he's talking about trailing whitespace on line 32.