diff --git a/_posts/2024-04-21-week13.md b/_posts/2024-04-21-week13.md index 530b1c1..2c720c7 100644 --- a/_posts/2024-04-21-week13.md +++ b/_posts/2024-04-21-week13.md @@ -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. + + + #### 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. diff --git a/_posts/2024-04-28-week14.md b/_posts/2024-04-28-week14.md index b88599c..dde3ca9 100644 --- a/_posts/2024-04-28-week14.md +++ b/_posts/2024-04-28-week14.md @@ -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. + + + #### 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. \ No newline at end of file