this post was submitted on 06 Jun 2024
476 points (89.3% liked)

Technology

58138 readers
4795 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

We all knew it

you are viewing a single comment's thread
view the rest of the comments
[–] neclimdul@lemmy.world 28 points 3 months ago (3 children)

Feels like the old php metric. PHP had a ton of great code and successful projects but it also attracted very bad devs as well as very inexperienced devs leading to a real quality problem.

Honestly kinda see thing in a lot of JavaScript applications these days. Brilliant code but also a ton of bad code to the point I get nervous opening a new project.

My point? It may be a tough pill but it's not the project framework that makes projects fail, it's how the project is run.

[–] ChickenLadyLovesLife@lemmy.world 19 points 3 months ago (3 children)

I witnessed a huge number of failed projects in my 25-year career. The cause was almost always the same: inexperienced developers trying to create a reusable product that could be applied to imagined future scenarios, leading to a vastly overcomplicated mess that couldn't even satisfy the needs of the original client. Made no difference what the language or framework was or what development methodology was utilized.

[–] Ephera@lemmy.ml 6 points 3 months ago (1 children)

I feel like that's the same underlying issue: The requirements are not understood upfront.

If a customer cannot give you any specific information, you cannot cut any corners. You're pretty much forced to build a general framework, so that as the requirements become clearer, you're still equipped to handle them.

I guess, the alternative is building a prototype, which you're allowed to throw away afterwards. I've never been able to do that, because our management does not understand that concept.

[–] ChickenLadyLovesLife@lemmy.world 3 points 3 months ago

I feel like that’s the same underlying issue: The requirements are not understood upfront.

Actually on most of these failed projects the requirements of the original customer were pretty clear. But the developers tried to go far beyond those original requirements. It is fair to say that the future requirements were not well understood.

the alternative is building a prototype, which you’re allowed to throw away afterwards

Lol I've done many prototypes. The problem is that management sees them and says "oh, so we're finished with the project already? Yay!"

[–] neclimdul@lemmy.world 4 points 3 months ago

I've seen a lot of contractors over promising timelines too. "No matter how hard you push and no matter what the priority, you can't increase the speed of light."

But yeah exactly.

[–] jas0n@lemmy.world 1 points 3 months ago

Preach brother!

[–] intensely_human@lemm.ee 5 points 3 months ago (1 children)

Agile falls into the category of how the project is run

[–] neclimdul@lemmy.world 6 points 3 months ago (1 children)

No it's a set of tools you can use to run a project.

My point is that a lot of people use "agile" to mean not planning or don't put guard rails on scope and they fail. That's not agile, it's just bad PM

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

Agreed.

Being Agile is being flexible. To do that you need to plan for multiple contingencies. Resulting in more planning, not none.

[–] jj4211@lemmy.world 3 points 3 months ago

"agile" is being flexible. Being "Agile" more often than not means your company's incompetent management paid some hack consultants to come in and bless your flavor of stupid bureaucracy as "Agile".

[–] jj4211@lemmy.world 2 points 3 months ago

Yeah, look at the most prolific language at a given time. There's your crappy projects or your soon-to-be-crappy projects. What are the universities and 'coding academies teaching'? That's going to be the crappiest stuff in the world when those students come out.

So too it goes with 'management', the popular 'self-help' style crap of the moment is what crappy teams will adopt, and no matter what methodology it is, that crap team is still crap, and it will reflect on that methodology.