# Week 10 - Concurrency

Published 2024-11-04

# Lectures

Please watch the videos prior to attending class on Wed.

# Concurrency

CS346-10-01-Concurrency.mp4
CS346-10-01-Concurrency.mp4 181MB
CS346-10-01-Concurrency.pdf
CS346-10-01-Concurrency.pdf 1.63MB


# Wed (in-class)

In the first few mins of this class, the instructor will walkthrough the topics below. Most of the class will be a working session for you and your team.

Aniruddhan will be absent Nov 14-30. Jeff will cover his Release 3 demos on Nov 15. He will contact your team to reschedule the Release 4 demos on Nov 29.

# Adding concurrency

# Sprint planning meeting

Review your project requirements, and make decisions on your goals for the next sprint!

See M4-M6 Releases: Planning for details.

  • If you had issues that were incomplete at the end of your first release, consider moving them into this release.
  • When possible develop entire features i.e. UI, business logic and backend for a single piece of functionality (and NOT "build the entire UI at one time"). This will lead to more stable functionality, and produce better long-term results.

# Fri (in-class)

Fri is a dedicated working session for you and your team. The instructor and TAs will be present to answer questions.


# TODO