Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
SDC Tools sprints 3 and 4 #1276
base: main
Are you sure you want to change the base?
SDC Tools sprints 3 and 4 #1276
Changes from all commits
d848b5e
3bd13ce
f486b51
02dd34b
ed11da7
907eb75
0d707cd
c60ab8a
57d76b7
3102d28
367024b
038b493
fec88e1
9319442
3012660
516de47
b0493ac
03005f1
edee0a9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then here, once they have identified the essential goals, have them work through it goal by goal.
Show them how to solve 1-2 goals and then have them solve at least one themselves. (One is probably enough)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit torn on this.
Currently what I'm doing is giving them all of the building blocks (introducing
with
, introducing list comprehensions), and then having them apply them themselves in the backlog item to implementcat
,ls
, andwc
in Python.I do think it's a little unfriendly to not introduce things like
with
blocks and list comprehensions - this feels like useful reference material.Maybe the middle-ground is to ask them to implement the whole thing at the bottom of this block, but then keep the following blocks which show them how to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This aside is muddying the waters. Suggest here another mini activity.
Guide them to the docs or best place to find this information. Show the code in Javascript again. Then convert it to filter. Then have them convert it list comprehension.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you want them to do here? Be clearer about what you want, don't hint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tooltip on destructuring
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though I know what this means, I don't feel I quite know what this means. Shall we go round on it again?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bit worried we are reproducing the docs here. How can we prompt them to look up what this simple function does first?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we hide some of these and have them do the play computer and then read yours? Not all, but one or two?
This file was deleted.
This file was deleted.
This file was deleted.