Skip to content
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

Commented on README.md #2

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ Harvard Business Review: [What Is It Like to Be a Software Engineer?](https://hb
## What I found Interesting
1. Although companies or software teams may use different task management tools, there are similarities between the structure of the tools. The author's software team used Jira, but events such as Sprint Planning, Daily Scrum, and Backlog Grooming are nearly identical with the events used in Agile.
2. The author comprehensively described the interview process for software engineering. The resources recommended by the author such as Code2040 and “Cracking the Coding Interview” are helpful.
3. The author claimed that building, testing, and maintaining software is the core skill set for software engineers. A big misconception is that software engineers just code. A large portion of the work is writing documentation to explain things to people or communicate or pitch ideas.
3. The author claimed that building, testing, and maintaining software is the core skill set for software engineers. A big misconception is that software engineers just code. A large portion of the work is writing documentation to explain things to people or communicate or pitch ideas.

## Janet Pan's Comment:
As someone who has recently picked up CS and also doesn't have a lot of experience from before, this article was really interesting! It explained some of the foundation and processes, and I found it also pretty helpful when it came to the resources.