Öykü Yılmaz Repository Exploration - bounswe/bounswe2020group7 GitHub Wiki
Favorite Repositories
Here, you can find the repositories I find useful and the brief descriptions taken from their GitHub pages.
VS Code
"These pages are primarily intended for those who wish to contribute to the VS Code project by submitting bug reports, suggesting new features, building extensions, commenting on new ideas, or even by submitting pull requests."
- In the
READ ME
file you can find the description of the repository, how to contribute, how to give feedback - shortly everything you can ask. - In their wiki page, everything is categorized and well explained.
- Also they have 258 labels that can categorize their issues.
edx
"This is the core repository of the Open edX software. It includes the LMS (student-facing, delivering courseware), and Studio (course authoring) components."
- This repository has also a webpage, so it refers to that in the
READ ME
file. The file also contains help for downloading the software. Just reading this file gives you an idea of the repository. - Their wiki page has moved to another website but you can see the old files uploaded there. Everything is also categorized and they have a page called 'FAQ' which can be really useful.
You Don't Know JS
"This is a series of books diving deep into the core mechanisms of the JavaScript language."
- Since this repository is a book in the first place, you can find the titles in the
READ ME
file. This helps a lot if you are not sure whether this is the book you are looking for. - What I do not like about it is they do not have a proper wiki page. If it did, it can be used as a proper forum and they could have added a FAQ part to gather questions of the learners.
Security Guide for Developers
"A practical security guide for web developers"
- Their
READ ME
file is crystal clear, you can find out what this repository is, who are running it, and the contents. - They also does not have a wiki page you feel like they used the
READ ME
file as wiki.