this post was submitted on 06 Apr 2025
14 points (88.9% liked)

Programming

19366 readers
156 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Hi everyone! I’m a student currently working on a research activity for our Software Engineering class, and I’d really appreciate your insights. 😊

I’m looking to gather input from software developers, project managers, or engineers about the Software Development Life Cycle (SDLC) paradigms you've used in your past or current projects.

If you have a few minutes to spare, I’d love to hear your answers to these quick questions:

  1. What type of software did you develop? (e.g., mobile app, enterprise system, game, etc.)

  2. Which software development paradigm did your team follow? (eg. Prototyping Model, Spiral Model, Fourth Generation Techniques (4GT), Waterfall Model Agile Model, V-Shaped Model, Incremental Model, RAD (Rapid Application Development), Feature Driven Development (FDD), Big Bang Model, Scrum, etc)

  3. Why did you choose that particular paradigm? (e.g., client requirement, team familiarity, project scale, etc.)

Your input will be used for academic purposes only, and it would really help me complete this task with real-world insights. Thank you so much in advance!

you are viewing a single comment's thread
view the rest of the comments
[–] Azzu@lemm.ee 8 points 2 days ago* (last edited 2 days ago) (2 children)

The paradigm in my work life I followed most of the time on most projects is "do whatever the project manager decides is important at the moment". I'm not aware of it having a particular name. Technically, they might call it scrum or something else, but really it's not even close to any of these labels. It really was always just "whatever sounds good to them at the time". I guess you could call it "agile", but not by choice necessarily. Please ask more questions on this or provide more options for me to choose if you want a better answer.

On my personal projects, I follow the "start programming and see what comes out at the end of it" paradigm, I'm also not aware of it having a particular label.

Edit: sorry other questions. Type of software is desktop application, web applications, browser extensions, game modifications. And for why these particular paradigms were chosen, they were chosen because a customer/user wants to be happy and doesn't care about what paradigm is used, only the result. As such, the paradigm essentially follows some humans' whims, which mostly doesn't make sense and definitely is nothing "formal" at all.

[–] Cheezyburger@programming.dev 2 points 2 days ago (1 children)

Thanks for sharing your experience! It sounds like the approach you’ve followed is quite flexible and adapted to each project’s needs. It definitely seems more like a mix of Agile and a bit of improvisation based on what the project manager or client prioritizes. I appreciate your insight!

[–] Azzu@lemm.ee 2 points 2 days ago

Oh and as for reasoning why, another few points, all projects I've been in just kept being worked on and had constantly changing requirements. There was no real need to plan very much except maybe some rough estimations, that were allowed to be wrong.

There were like some very rough aspects of scrum in professional development, but only in the sense that we'd talk about what we'd like to do in the next sprint, we didn't do multiple plannings or estimations or cared about our velocity or did retrospectives often, and even the sprints were adjusted to last longer or shorter based on what we're going to do, there were a couple of roles people should have missing, and idk what. In the end, the resulting system was just something in the direction of agile/kanban, work just came in, and was handled based on some prioritizing by someone.

My personal projects could be really close to waterfall as well, I thought about a problem, made a rough plan on how to solve it, then just kept solving until I was done. Open source projects, no one organized anything, everyone just works on whatever they like.

Basically, you're the expert in software development paradigms, I'm just a developer that works on problems with code until solved, either given to me by someone or myself. The only ones who care about the paradigm are the business guys who wanna plan some shit.