Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nrezhang committed Feb 18, 2024
1 parent 43258d3 commit 4708174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _posts/2024-02-18-week04.mD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ title: Week 4 Git
## Browser Extension Reflection

The Browser extension project was a pretty insightful expereince for me. The premise of the project was pretty simple: to create a Mozzila Firefox extension with a group, as well as make it an open source project. One thing it made me be aware of was the importance of liscencing. The importance of paying attention to the liscence attached to the sources you use, whether it's code, or some clipart you used, is very important and I did not consider that before. I really enjoyed working with my teammates Sam and Glenda, and it was also great to get to know them more. I would say we worked very well together. We were all very agreeable, and did the work we all agreed on doing with no issues. I made the non-code documents that are important to every open source project, such as the ReadMe, Contributing, Liscence, and Code of Conduct markdown files. I also fixed some bugs in the .js extension code, and used some git skills I learned in class.
<!--more-->

One of the more useful things I learned was how to work on a coding project with others using git and github. Prior to this project, I used to only use git for my personal use, so I only needed to add, commit, and push. When I did group work in the past, we would never work on the same thing at once, and made it very clear which files to touch and which files to leave alone, and when we were working on the project to avoid merge conflicts due to our lack of understanding in git. In this project, I learned about creating different branches, submitting and merging pull requests, and working on a group project using git the "correct" way.

Expand Down
2 changes: 1 addition & 1 deletion contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Replace the first row with your own contribution.
| Date # | Contribution (Link) | Type | Description |
|---|:---|:---|:---|
| Feb 12 | [Thomas Jefferson Wikipedia Page](https://en.wikipedia.org/w/index.php?title=Thomas_Jefferson_High_School_for_Science_and_Technology&oldid=1206584626) |Wikipedia Page | I added a section expanding on the research project, an important aspect of the school |
| | | | |
| Feb 18 | [TikTock Extension](https://github.com/ossd-s24/TikTock/pull/14) | Browser Extension | I fixed an open issue regarding the changing heights |

0 comments on commit 4708174

Please sign in to comment.