Skip to content

Commit

Permalink
added more tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewpan2 committed Feb 26, 2024
1 parent 6f88b4b commit 0912a2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _posts/2023-02-04-week02.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ title: Week 2 | 2/4, Thoughts on the Code of Conduct
* The conbritbutor covenant is less detailed and seems more general and lacks the personality injections that projects like Go put in their own documents.
* Eclipse's documentation has a very serious tone, and it's clear they want their project to be viewed in a more serious light.

<!--more-->

## Sugar Labs vs Go
* Sugar labs is based on the ubuntu code of conduct
* Sugar labs focuses on how contributors treat each other, but don't provide themselves as an avenue to resolve conlift
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-02-11-week03.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Week 3 | 2/11, Introduction to Git

## In class excerises
I am familiar with git and have used it a decent amount in the past, so nothing displayed in the class was new to me. Though I pretty much only interact with git through the gui provided by vscode, so it was interesting to learn the actual commands that gets run behind the scenes. Merge errors are always a nightmare, and having to resolve them is defintely the most annoying thing behind source control.

<!--more-->
## In class browser extension
We were all quite busy this weekend, so not much progress have been made on the extension. So far we have agreed on the technologies and the basic functionality of our extension. We picked something simple and I also have experience building extensions, so I'm confident we can build it quickly on monday.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-02-18-week04.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Week 4 | 2/18, Post Extension Project
* I think that working with others in a repository always involve a little more care to avoid merge conflicts or worse: committing without pulling first
* I think I work fine in a group, and I do perfer working through pull requests instead of direct commits. It makes my heart more at peace to make pull requests when working with multiple people.
* Communication is always an obstacle when working with others, but my group made good time to meet and were all very pleasant to work with

<!--more-->
## My Own Contributions
* So I expanded on the fetch script one of my other group members wrote
* It was a bit overkill but I did use react in the extension rather than raw javascript, because I had made a extension using it before so + I'm more familiar with that technology (my work perferred it as well)
Expand Down

0 comments on commit 0912a2d

Please sign in to comment.