Last active
March 30, 2023 14:34
-
-
Save julienetie/18df77eea506e62db548a744ff5b6f1a to your computer and use it in GitHub Desktop.
Comments JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "5a6ce86d2af929789500e7ca", | |
"author": "Edsger W. Dijkstra", | |
"quote": "The computing scientist’s main challenge is not to get confused by the complexities of his own making." | |
}, | |
{ | |
"id": "5a6ce86f2af929789500e7f3", | |
"author": "Edsger W. Dijkstra", | |
"quote": "If debugging is the process of removing software bugs, then programming must be the process of putting them in." | |
}, | |
{ | |
"id": "5a6ce86e2af929789500e7d9", | |
"author": "Edsger W. Dijkstra", | |
"quote": "A program is like a poem: you cannot write a poem without writing it. Yet people talk about programming as if it were a production process and measure „programmer productivity“ in terms of „number of lines of code produced“. In so doing they book that number on the wrong side of the ledger: We should always refer to „the number of lines of code spent“." | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment