From 0912a2da786d4eade6cb4735d38b9a5bc7c6fb6d Mon Sep 17 00:00:00 2001 From: mathewpan2 Date: Sun, 25 Feb 2024 21:33:10 -0500 Subject: [PATCH] added more tags --- _posts/2023-02-04-week02.md | 2 ++ _posts/2023-02-11-week03.md | 2 +- _posts/2023-02-18-week04.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_posts/2023-02-04-week02.md b/_posts/2023-02-04-week02.md index 7e2a248..1c2b7cb 100644 --- a/_posts/2023-02-04-week02.md +++ b/_posts/2023-02-04-week02.md @@ -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. + + ## 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 diff --git a/_posts/2023-02-11-week03.md b/_posts/2023-02-11-week03.md index 20176d3..b7c8658 100644 --- a/_posts/2023-02-11-week03.md +++ b/_posts/2023-02-11-week03.md @@ -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. - + ## 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. diff --git a/_posts/2023-02-18-week04.md b/_posts/2023-02-18-week04.md index 7d26ed1..6a1a4a2 100644 --- a/_posts/2023-02-18-week04.md +++ b/_posts/2023-02-18-week04.md @@ -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 - + ## 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)