DEV Community

Qiwen Yu
Qiwen Yu

Posted on

OSD600 Release 0.4: Release and Final Thoughts

As approaching to the end of this semester, I have leared a lot about the open source project, such as how to contribute to an open source project, what is the contribution process and how to find a proper issue to work on.

The issue[https://github.com/Seneca-CDOT/telescope/issues/2511] I worked on in the release 0.4 is about a bug fixing. To investigate the code to figure out why the referenceButtons is a null. It shows that the referenceButtons has an uncaught type error.

Through investigating the code and trying to debugging this issue, I found out it is kind of difficult for me to locate the specific spot to fix this issue. I spent time on understanding the whole project structure and logic.

Sometimes it took me more time on reading and understanding the code than actually changing the code.

Top comments (0)