Skip to content

Commit 2b82776

Browse files
committed
asynch or group activity posted
1 parent 14cf2fb commit 2b82776

File tree

5 files changed

+59
-36
lines changed

5 files changed

+59
-36
lines changed

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ parts:
2929
- file: notes/2023-03-07
3030
- file: notes/2023-03-09
3131
- file: notes/2023-03-21
32+
- file: notes/2023-03-23
3233
- caption: Activities
3334
chapters:
3435
- file: activities/kwl

activities/practice.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,11 @@ Activities:
116116

117117
Activities:
118118
```{include} ../_practice/2023-03-21.md
119+
```
120+
## 2023-03-23
121+
122+
[related notes](../notes/2023-03-23)
123+
124+
Activities:
125+
```{include} ../_practice/2023-03-23.md
119126
```

activities/prepare.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,11 @@ Activities:
119119

120120
Activities:
121121
```{include} ../_prepare/2023-03-21.md
122+
```
123+
## 2023-03-23
124+
125+
[related notes](../notes/2023-03-23)
126+
127+
Activities:
128+
```{include} ../_prepare/2023-03-23.md
122129
```

activities/review.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,11 @@ Activities:
131131

132132
Activities:
133133
```{include} ../_review/2023-03-21.md
134+
```
135+
## 2023-03-23
136+
137+
[related notes](../notes/2023-03-23)
138+
139+
Activities:
140+
```{include} ../_review/2023-03-23.md
134141
```

notes/2023-03-23.md

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,113 @@
1-
---
2-
keyword: IDE
3-
---
4-
# What is an IDE?
5-
6-
---
7-
8-
91

10-
---
2+
# What is an IDE?
113

124

135
## Review your notes
146

15-
---
7+
168

179
```{important}
1810
Do this before proceeding to the next section
1911
```
2012

21-
---
13+
2214

2315
Either discuss with peers in class or on the GitHub (asynch) discuss commonalities in your IDE notes.
2416

25-
---
17+
2618

2719
### In person
2820

29-
---
21+
3022

3123
1. What different tasks did all of you use an IDE for?
3224
1. What features of an IDE did you all use?
3325
1. Which features were used but not very much?
3426
1. Share the most helpful IDE feature you use?
3527

36-
---
28+
3729

3830
Update your individual IDE notes with 1-2 things you learned from your peers.
3931

40-
---
32+
4133

4234

4335
### On GitHub
4436

45-
---
4637

47-
There are questions on the [GitHub Discussion](https://github.com/introcompsys/fa22community/discussions/14). Update your individual IDE notes in your KWL repo with links to your post and replies.
4838

49-
---
39+
There are questions on the [GitHub Discussion](https://github.com/introcompsys/sp23community/discussions/4). Update your individual IDE notes in your KWL repo with links to your post and replies.
40+
5041

5142

5243
## Learn more
5344

54-
---
45+
5546

5647

5748
- [What is an IDE?](https://www.redhat.com/en/topics/middleware/what-is-ide)
5849
- [compare IDEs](https://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments)
5950
- Most popular in [2021](https://insights.stackoverflow.com/survey/2021#section-most-popular-technologies-integrated-development-environment)
6051
- Most popular in [2022](https://survey.stackoverflow.co/2022/#most-popular-technologies-new-collab-tools)
6152

62-
---
53+
6354

6455

6556
### In person
6657
In class with your peers you can divide these up and read one and then share key points with others.
6758

68-
---
6959

70-
With your group, build a large list of IDE attributes or features that would be important, and make a table of how would you evaluate attribute? Which ones would you evaluate by just if it exists or not? Which ones would you test otherwise.
7160

72-
---
61+
With your group, build a large list of IDE attributes or features that would be important, and make a table of how would you evaluate attribute? Which ones would you evaluate by just if it exists or not? Which ones would you evaluate in different degrees, what attributes of them would you evaluate?
62+
7363

7464
Discuss with your group how you would rank them. You do not all have to agree on a final ranking, but notice the differences.
7565

76-
---
7766

78-
---
67+
68+
7969
[vs code is open source](https://github.com/Microsoft/vscode/)
8070

81-
---
8271

72+
Summarize what you all discussed [on GitHub](https://github.com/introcompsys/sp23community/discussions/5) for your classmates. Note the ranking, with any disagreements.
8373

8474
### Asynchronous
8575

86-
---
76+
8777

8878
After reading the above, also read at least 3 different articles about the "best IDE" for your favorite language or for multiple languages.
8979

90-
---
80+
Notice what IDE attributes or features the authors think is important, and how they evaluate each criterion. Which ones are evaluted as present/missing? Which ones are evaluated in more detail.
9181

92-
## Review today's class
82+
Join the discussion on [GitHub](https://github.com/introcompsys/sp23community/discussions/5) summarizing what you found the most important criteria to be and if you personally agree or not.
9383

94-
---
84+
## Experience Reports
85+
86+
For today, whether you are in class or asynchronous use the experiecen report (makeup) action. Use ISO date format: YYYY-MM-DD for the workflow input.
9587

96-
```{include} ../_review/2022-11-28.md
97-
```
9888

99-
---
10089

10190

91+
## Review today's class
92+
93+
```{include} ../_review/2023-03-23.md
94+
```
95+
10296

103-
---
10497

10598
## Prepare for Next Class
10699

107-
---
100+
```{include} ../_prepare/2023-03-23.md
101+
```
102+
108103

109-
```{include} ../_prepare/2022-11-28.md
104+
105+
## More Practice
106+
107+
```{include} ../_practice/2023-03-23.md
110108
```
111109

112110

111+
## Questions After Today's Class
112+
113+
Will be gathered from your experience reports.

0 commit comments

Comments
 (0)