this post was submitted on 02 Feb 2025
343 points (99.4% liked)

Programmer Humor

33315 readers
874 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MrAlternateTape@lemm.ee 1 points 1 week ago (1 children)

Should be, maybe. The reality is that you can spend extra time making the program work, but if it works and you want to spend extra hours on it for whatever reason, it's usually considered a waste of time.

Until they get hacked and it costs incredible amounts of money, that is.

Smart programmers do all the things they need to do before they get everything working. As soon as it works they get pushed to work on something else.

[–] MyNameIsRichard@lemmy.ml 1 points 1 week ago (1 children)

Security should be built in from the ground up. It's not an afterthought. If you're not doing that, you're not doing it right. I get that there are time constraints but you should factor that in when giving your estimates.

[–] MrAlternateTape@lemm.ee 2 points 1 week ago

Oh I agree. It's just not always how it goes.