Click here to Skip to main content
15,885,890 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Structured, yes or no? Pin
Sander Rossel20-Jan-22 3:14
professionalSander Rossel20-Jan-22 3:14 
GeneralRe: Structured, yes or no? Pin
MSBassSinger20-Jan-22 5:15
professionalMSBassSinger20-Jan-22 5:15 
GeneralRe: Structured, yes or no? Pin
Sander Rossel20-Jan-22 23:31
professionalSander Rossel20-Jan-22 23:31 
GeneralRe: Structured, yes or no? Pin
PIEBALDconsult20-Jan-22 5:27
mvePIEBALDconsult20-Jan-22 5:27 
GeneralRe: Structured, yes or no? Pin
JP Reyes20-Jan-22 5:38
JP Reyes20-Jan-22 5:38 
JokeRe: Structured, yes or no? Pin
PIEBALDconsult20-Jan-22 5:44
mvePIEBALDconsult20-Jan-22 5:44 
GeneralRe: Structured, yes or no? Pin
Choroid20-Jan-22 7:24
Choroid20-Jan-22 7:24 
GeneralRe: Structured, yes or no? Pin
Sander Rossel20-Jan-22 23:12
professionalSander Rossel20-Jan-22 23:12 
The process goes a bit as follows.
An analist meets with "the business" and divides the work into stories.
To create and organize stories the team uses a scrum board with backlog, like Jira, Trello, Azure DevOps, etc.
You then have meetings to estimate how long the stories take to complete the complexities of the stories (complexity can be expressed in T-shirt sizes or numbers from the Fibonacci sequence, for some reason).
A product owner prioritizes the stories based on other meetings.
You then meet to plan the next sprint (any stories you didn't complete from the previous sprint are moved into the next).
During these meetings you also divide the stories into tasks.
Any stories that aren't 100% clear can't be estimated and have to go back to the story owner (mostly the person or manager who requested the change).
After a while you should know just about how much complexity your team can handle in a two-week sprint, so you can plan accordingly.
Every day you have a stand-up with the team to briefly discuss what you did, what you're going to do and if you need any help.
During this stand-up you'll move tasks and stories from "to do" to "doing" or "done".
At the end of the sprint you'll have meetings about how the sprint went and what could've been done better.
You'll have at least two or three one to two hour meetings a week (I've even heard people say they should be three to four hours!) plus a daily 5 to 15 minutes stand-up.

During the sprint it is possible to move some stories around if priorities change, but that should be avoided.
At the end of the sprint you should be able to deliver the stories, and so real value, to the business.

As for the code, you'll use tools such as Git and GitHub, obviously.

So yeah, prepare to lose at least half a day a week on meetings while being more or less agile in two-week increments.
Keep in mind not all teams do everything like this, but this seems to be a popular format.
I've been in three-week sprints, half hour to hour stand-ups, teams skipping meetings like the retrospective, teams doing only the stand-up with a Kanban board and calling it scrum...
Scrum absolutely has its merits, but it's not the golden bullet some people would have you believe.

GeneralRe: Structured, yes or no? Pin
SeattleC++20-Jan-22 13:31
SeattleC++20-Jan-22 13:31 
GeneralRe: Structured, yes or no? Pin
Sander Rossel20-Jan-22 22:53
professionalSander Rossel20-Jan-22 22:53 
GeneralRe: Structured, yes or no? Pin
SeattleC++21-Jan-22 5:51
SeattleC++21-Jan-22 5:51 
GeneralRe: Structured, yes or no? Pin
Sander Rossel23-Jan-22 23:18
professionalSander Rossel23-Jan-22 23:18 
GeneralRe: Structured, yes or no? Pin
Member 1409260520-Jan-22 23:59
Member 1409260520-Jan-22 23:59 
GeneralRe: Structured, yes or no? Pin
Sander Rossel21-Jan-22 2:40
professionalSander Rossel21-Jan-22 2:40 
GeneralRe: Structured, yes or no? Pin
Member 1409260523-Jan-22 22:11
Member 1409260523-Jan-22 22:11 
GeneralRe: Structured, yes or no? Pin
ormonds21-Jan-22 10:34
ormonds21-Jan-22 10:34 
GeneralCovid tests Pin
theoldfool19-Jan-22 1:26
professionaltheoldfool19-Jan-22 1:26 
GeneralRe: Covid tests Pin
Slacker00719-Jan-22 2:14
professionalSlacker00719-Jan-22 2:14 
JokeRe: Covid tests Pin
fgs196319-Jan-22 3:05
fgs196319-Jan-22 3:05 
GeneralRe: Covid tests Pin
obermd19-Jan-22 5:20
obermd19-Jan-22 5:20 
GeneralRe: Covid tests Pin
oofalladeez34319-Jan-22 11:19
professionaloofalladeez34319-Jan-22 11:19 
GeneralRe: Covid tests Pin
dan!sh 19-Jan-22 2:58
professional dan!sh 19-Jan-22 2:58 
GeneralRe: Covid tests Pin
OriginalGriff19-Jan-22 3:11
mveOriginalGriff19-Jan-22 3:11 
GeneralRe: Covid tests Pin
TNCaver19-Jan-22 4:02
TNCaver19-Jan-22 4:02 
GeneralRe: Covid tests Pin
Daniel Pfeffer19-Jan-22 3:26
professionalDaniel Pfeffer19-Jan-22 3:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.