this post was submitted on 19 Aug 2024
7 points (68.4% liked)

Programming

16971 readers
211 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 1 year ago
MODERATORS
 

What is the CS / uni goto course for this, or what really clicked for you?

you are viewing a single comment's thread
view the rest of the comments
[–] deathmetal27@lemmy.world 7 points 3 weeks ago (1 children)

If you are asking about a complex project architecture then Domain Driven Design is for you.

If you are asking about project management, then perhaps you need to look at something like Scrum.

[–] ericjmorey@programming.dev 1 points 3 weeks ago (2 children)

Scrum lends itself to procedural nonsense. It's rarely implemented in a way that improves project management.

[–] marcos@lemmy.world 3 points 3 weeks ago

Yes. Actually implementing Scrum can go either way, but going out of your way to learn and apply it is certainly going to end in tragedy.

[–] deathmetal27@lemmy.world 1 points 3 weeks ago

In my experience scrum usually doesn't work if its process is not followed correctly. Very few people understand its principles and even fewer correctly implement it.

But if used correctly it brings a sense of organisation to a complex project.