Hacker News new | ask | show | jobs
by constantcrying 699 days ago
>Usually software is easier to take apart and modify than other engineering products,

I do not think that is true. The one thing software allows is a large degree of modularity. In Electrical or mechanical engineering everything can always influence everything else. In software you can have very strong boundaries.

>so it doesn’t make sense to hold it to the same standard of correctness, and prioritize speed of deployment more.

Why? I don't see that conclusion at all.

1 comments

You really don’t think it’s easier to rewrite and redeploy some code than to take fix a bridge or something?

>>so it doesn’t make sense to hold it to the same standard of correctness, and prioritize speed of deployment more.

>Why? I don't see that conclusion at all.

Because, except in like safety critical applications, it’s ok to get something that works most of the time out the door and fix minor bugs later.