34 Quotes About Computer-programming
- Author Larissa Ione
-
Quote
I suggested that someone grab Bill Gates and get him to install a new operating system, but apparently he's not a demon" At Reaver's eye roll she nodded. "Right? I was surprised too.
- Tags
- Share
- Author Abhijit Naskar
-
Quote
Pretending to have sentience is not the same as having sentience.
- Tags
- Share
- Author Abhijit Naskar
-
Quote
If it is artificial intelligence we are trying to develop, then there is no need for concern, for no matter how smart an AI gets, it’ll still not be able to defy the programming of its creator, but if it is artificial sentience we want to develop, then we must rethink.
- Tags
- Share
- Author Robert C. Martin
-
Quote
A long descriptive name is better than a short enigmatic name. A long descriptive name is better than a long descriptive comment.
- Tags
- Share
- Author Robert C. Martin
-
Quote
Indeed, the ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code. ...[Therefore,] making it easy to read makes it easier to write.
- Tags
- Share
- Author Robert C. Martin
-
Quote
If the discipline of requirements specification has taught us anything, it is that well-specified requirements are as formal as code and can act as executable tests of that code!
- Tags
- Share
- Author Robert C. Martin
-
Quote
The LSP makes clear that in OOD the ISA relationship pertains to behavior. Not intrinsic private behavior, but extrinsic public behavior; behavior that clients depend upon.
- Tags
- Share
- Author Matt Blaze
-
Quote
People who aren't steeped in software often have an unrealistically non-horrified view of software quality.
- Tags
- Share
- Author Marijn Haverbeke
-
Quote
Higher-order functions allow us to abstract over actions, not just values.
- Tags
- Share