DEV Community

Programming in the real world

beesnotincluded on February 17, 2019

As part of a colaboration with a local university, I have to give a talk to undergraduate CS students about real-work programming. They are coming ...
Collapse
 
ggaarryyyy93 profile image
Gabe

You could walk through a simple program/assignment that has a certain set of requirements. For this assignment, you could play the role of Business/QA and let the audience play the role of the Programmer(s) on the project. Throughout the activity, create a dialogue based on potential requirement changes and encourage them(group of devs) to collaborate with you (BA/QA) to come up with a viable solution.

Collapse
 
beesnotincluded profile image
beesnotincluded

I like that idea. thank you. Now I just have to come up with a project idea.

Collapse
 
briang123 profile image
Brian Gaines

Be a scrum master/product owner for a demo product and have your students be part of the scrum team. You go over the product backlog and discuss the new features that you want to implement. Let the students figure out what can be done and why in a sprint cycle. The time allocation could be part of the exercise. Maybe someone estimates 2 days, another 5 days, which could open up discussion about why and where their head's at. Let them break things down bit by bit.

Collapse
 
beesnotincluded profile image
beesnotincluded

Thanks, i hadn't thought of introducing the notion of sprints, but that's a good idea.