-
-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a topic outline to guide the "Incremental Breakdown of Functionality in Pseudocode" #2071
Comments
Hi! May I grab this issue? |
@themagicianking you have been assigned this issue! 🎉 |
Since I accidentally selected too many tickets--can I hang onto this till next sprint? Or would it be better for me to complete this ticket this sprint and the other ticket next sprint? |
@themagicianking I will un-assign you from this issue so you can focus on your two issues for Sprint 1. Thanks for communicating! |
Hello! Wanted to check in to see if I can snag this issue again for sprint 2? |
@themagicianking its all yours! 🥳 |
Ready for review! |
👉🏾 First time contributing to this repo? START HERE 👈🏾
To be added as a curriculum contributor and be assigned the related issue, please kindly complete our contributor steps in order to have your PR addressing this issue merged.
Over the course of weeks 2 - 8, participants should work on breaking down logic for prospective functionality of a given problem. This lesson has the use case of being provided a screen recording of an application's various features. The participant should work with their trios and/or their mentors to actively break down the various features, spending a 20-30 minute session on digging into the logic (in pseudocode) for the entire feature's functionality end-to-end as best they are able. Give an expectation that the participants should revisit this exercise each week, trying their hand at a new feature each week.
Participants should breakdown the various stages identified in the following Hoopla Digital screen recording as follows:
Provide an example walkthrough of pseudocode breakdown for one of the features and which questions arise as you pick apart the logic to guide participants in what they should be considering when breaking down their own attempt at a feature.
The participants will also be learning and building over the weeks concurrently. As such there should be mention of the following:
Page where issue should live
Add the lesson here.
Type of problem
This lesson aims to guide participants in building the skill to breakdown the logic that goes into each piece of functionality.
Suggested Solution
This lesson will enable them with the skill to swiftly breakdown their projects as they grow in complexity, aiding in their ability to implement their logic confidently.
Acceptance Criteria
Lesson Objectives
Key Breakdown Criteria for Each Feature Analyzed
- What inputs does the feature take?
- What processing occurs?
- What outputs are produced?
Additional Requirements
The text was updated successfully, but these errors were encountered: