Skip to content

Commit

Permalink
Added the <!--more--> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rushithapenikalapati committed May 1, 2024
1 parent 9320223 commit e31a5cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _posts/2024-04-21-week13.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ title: Week 13 - The Cathedral and the Bazaar

"Every good work of software starts by scratching a developer's personal itch." This was my favorite lesson, and a powerful motivator in the world of open source. It suggests that the best projects come from developers addressing their own problems and being intrinsically motivated to create solutions that they need for themselves. This resonated with me the most because I've found that without passionate and dedicated project involvement, it's difficult to sustain long-term commitment and drive innovation.

<!--more-->


#### The Wisdom of Reuse

A very popular lesson among the class was "Good programmers know what to write. Great ones know what to rewrite (and reuse)." This pushes developers to value the existing code, highlighting the efficiency in recognizing the solid foundations which new solutions can be built upon. This idea of reuse and refinement teaches us to look for opportunities where we can contribute to improvement rather than reinvention.
Expand Down
3 changes: 3 additions & 0 deletions _posts/2024-04-28-week14.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ In the realm of sports, the Open Source Sports platform is pioneering how rules

The digital world has also seen a shift with platforms like Unsplash and Pixabay, where photographers and artists share their work under Creative Commons licenses. Thish allows others to use and transform digital content legally and ethically, promoting a culture of sharing and collaboration in the creative industries.

<!--more-->


#### Project Progress

This week, we finally figured out how to navigate the test platform on GitHub. We now know where in the code our errors are and are working to make the necessary changes so that the code passes all of the linting and component tests, and the PRs can successfully be merged.

0 comments on commit e31a5cd

Please sign in to comment.