A variety of quotes and thoughts, for whenever quotable quotes are needed:
Q: What happens when using a thread-unsafe PRNG in a threaded environment? A: Chaos.
–From a course in Parallel Computing
The core difference between a good programmer and a bad programmer is in the number of solutions they see. A bad programmer can see many solutions to a problem, and choose the most straight forward one available. By contrast, a good programmer does not consider the terrible solutions, and chooses the most workable solution available. As a programmer evolves he stops seeing the bad solutions, as though the bad were never solutions to begin with.
–Heavily paraphrased, from an unknown source I can’t find…
