Skip to content

Commit f05ac4e

Browse files
authored
Merge pull request #16 from introcompsys/idethoughttmplt
idethoughts closes #15
2 parents 9ffd446 + 42ba353 commit f05ac4e

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

_prepare/2022-10-05.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
1. Make notes on _how_ you use IDEs for the next couple of weeks using the template file in the course notes (will provide prompts and tips). We will come back to these notes in class later, but it is best to record over a time period instead of trying to remember at that time. Store your notes in your kwl repo in `idethoughts.md` on an `ide_prep` branch.
2-
2. make sure that you have a `test` git repo that matches the notes.
2+
2. make sure that you have a `test` git repo that matches the notes.
3+
4+
```markdown
5+
# IDE Thoughts
6+
7+
## Actions Accomplished
8+
<!-- list what things you do: run code/ edit code/ create new files/ etc; no need to comment on what the code you write does -->
9+
10+
11+
## Features Used
12+
<!-- list features of it that you use, like a file explorer, debugger, etc -->
13+
14+
15+
```

notes/2022-10-05.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,21 @@ we will all have 4 of the same objects and one unique one.
529529

530530

531531

532+
532533
## Prepare for Next Class
533534

535+
536+
537+
````{margin}
538+
```{admonition} Further Reading
539+
The goal of this exercise is to take an ethnographic approach to understanding the IDE(s) you use most often.
540+
We will combine this with a more formal study of them soon. Approaching a topic through multiple lenses can help you understand it better and presenting you, as a group, with multiple ways is a strategy of mine to help make sure that every one of you finds *at least* one way that works for you.
541+
542+
[More on ethnography in CS](https://ieeexplore-ieee-org.uri.idm.oclc.org/stamp/stamp.jsp?tp=&arnumber=7387744&tag=1)
543+
```
544+
````
545+
546+
534547
```{include} ../_prepare/2022-10-05.md
535548
```
536549

0 commit comments

Comments
 (0)