this post was submitted on 22 Jul 2023
8 points (90.0% liked)

Programming Quotes

318 readers
1 users here now

Every day, one and only one programming quote is posted by the bot.

The core idea behind restricting posting is to encourage discussion. One quote a day is hopefully a good way to do that.

If you want to submit a quote, please use the following Google Form: https://forms.gle/n9g34eSZ7GVA4mFD8

Credits

founded 1 year ago
MODERATORS
 

The trouble with programmers is that you can never tell what a programmer is doing until it's too late.
--Seymour Cray

More info
This post is created by a bot. If you want to contribute to this community, please take a look at the sidebar

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Deely 3 points 1 year ago (1 children)

Huh, what is the meaning of 'too late' in this quote?

[โ€“] canpolat 2 points 1 year ago

When a carpenter starts working on your deck, you can immediately see if they are building what you wanted with the materials you ordered (the size, location, etc.) and you can correct the course early. It's not as easy for software. You cannot really see if the programmer is building the correct thing before they submit their work for testing. In many cases it's already too late. And the real test is when it's released to customers. So, the feedback loop is much longer. I think that's what they mean by "too late".