this post was submitted on 09 Mar 2025
1201 points (99.6% liked)

Programmer Humor

21369 readers
647 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] vane@lemmy.world 1 points 1 day ago (1 children)

In proper agile you don't have end goal and date set, however management needs end goal and a date.

[–] Knock_Knock_Lemmy_In@lemmy.world 3 points 1 day ago (1 children)

Doesn't a definition of done count as a goal?

[–] psud@aussie.zone 1 points 1 day ago (1 children)

That's just how you know when you've finished

[–] Knock_Knock_Lemmy_In@lemmy.world 1 points 1 day ago (1 children)

How is that different from a goal?

Not being argumentative. Just seeing if I'm missing something.

[–] psud@aussie.zone 2 points 14 hours ago (1 children)

In my experience DoD is too pithy to be a goal. DoD is things like all code checked in, all PBIs done. Sure you're trying to get your code finished, but your goal is more like add this functionality to the system rather than check in the code and close the PBIs

I see. So dod could be the same across multiple goals.