this post was submitted on 27 Jun 2024
776 points (91.5% liked)

Programmer Humor

19166 readers
1016 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 55 points 2 months ago* (last edited 2 months ago) (2 children)

Someone shared this on Mastodon so I'll just repost my thoughts from there. (Bonus for Lemmy, I was forced to squeeze all my thoughts into 500 characters, so this is the most succinct I've been on this site!)


Pretty incredible how little people seem to understand these. For one thing, every method other than waterfall is a subtype of agile methodology. The major distinction is that waterfall has a series of phases from design through building, testing, and delivery that attempts to plan the whole project up front. Agile methods focus on smaller iteration cycles with frequent, partial deliverables.

Something like kanban is designed for continuous delivery: we want to go to mars weekly.

LEAN development is a scam though, that one is accurate.

[–] [email protected] 47 points 2 months ago* (last edited 2 months ago) (3 children)

The author is also hyping up waterfall too much. Agile was created because waterfall has its shortcomings (e.g. the team realizes too late that what they’re building isn’t what the customer wants).

But I also think it also represents how poorly implemented these ideas are. People say they do agile/kanban/scrum, but in reality they do some freak version of these.

[–] [email protected] 13 points 2 months ago (1 children)

So often it's waterfall planning and execution with agile names for roles and meetings.

[–] [email protected] 5 points 2 months ago

It’s barely waterfall planning either. Often there’s no planning, at least no coordinated one.

Currently at my current workplace we lack coordinated planning between teams. It seems like everybody is working in their own directions and it can take months until we get feedback from other teams. Mostly a product management problem.

[–] [email protected] 3 points 2 months ago

The amount of people who say they do agile/kanban/scrum but have never talked to a customer/end user, let alone released something, is frightening

[–] [email protected] 3 points 2 months ago (1 children)

I agree, but agile and scrum are not meant to be followed to the letter no matter what. So people are doing it right if they notice some part of the process should be changed to make it work for them.

[–] [email protected] 1 points 2 months ago

Except they often only appear to work.

[–] [email protected] 2 points 2 months ago (1 children)

LEAN from the web:

After each iteration, project managers discuss bottlenecks, identify waste and develop a plan to eliminate it.

1st iteration:

Project Manager A: Requiring approval of multiple Project Managers for the same thing is causing a bottleneck. So is having to wait for a specific manager for a specific topic.

Resolution: Let all managers approve everything and need only a single manager's approval.

2nd iteration:

Project Manager B: There are too many redundant managers. It's a waste of resources.

Resolution: Get rid of all mangers but one. Actually, let the engineers manage themselves.

3rd iteration:

Consensus: LEAN development is a scam though

[–] [email protected] 3 points 2 months ago

My impression of management science, at this point, is that it's not. The good ones just do it.