forked from MIT-Emerging-Talent/ET6-practice-code-review
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Integrated Group's Learning Goals
- Loading branch information
1 parent
7e148ac
commit 6d17d2f
Showing
1 changed file
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,51 @@ | ||
# Learning Goals | ||
# Learning Goals | ||
|
||
## Collective | ||
The following outlines the group’s learning goals for this exercise, divided | ||
into collective and individual aspirations to ensure both team and personal | ||
growth. | ||
|
||
## Individual | ||
## Collective Goals | ||
|
||
- **Review Existing Knowledge**: | ||
Refresh and reinforce understanding of data structures and algorithms already | ||
studied. | ||
|
||
- **Learn New Concepts**: | ||
Explore new, simple data structures and algorithms to expand the team’s skill | ||
set. | ||
|
||
- **Improve Solution Quality**: | ||
Focus on writing complete, readable, and well-documented code with | ||
comprehensive testing. | ||
|
||
- **Enhance Development Skills**: | ||
Practice iterative improvement by going through cycles of code review and | ||
feedback. | ||
|
||
- **Collaborate Effectively**: | ||
Strengthen teamwork, align expectations, and improve communication through | ||
collaborative problem-solving. | ||
|
||
--- | ||
|
||
## Individual Goals | ||
|
||
- **Develop Debugging Skills**: | ||
Focus on identifying and resolving errors independently to build confidence | ||
and efficiency. | ||
|
||
- **Deepen Algorithmic Understanding**: | ||
Investigate the theoretical foundations of algorithms to gain a deeper grasp | ||
of their functionality and efficiency. | ||
|
||
- **Experiment with Creativity**: | ||
Try alternative problem-solving approaches or unique implementations to | ||
enhance innovation. | ||
|
||
- **Personal Growth**: | ||
Identify personal strengths and weaknesses in programming and actively work | ||
on areas that need improvement. | ||
|
||
- **Time Management**: | ||
Build better habits for allocating time effectively between team contributions | ||
and personal study. |