KouroshKSH / Java-GitHub-Explorer

The Java GitHub Explorer is an Android mobile application designed to help users in discovering and exploring top projects on GitHub using Java.
MIT License
0 stars 1 forks source link

Fixup #15

Closed KouroshKSH closed 9 months ago

KouroshKSH commented 9 months ago

this branch was responsible for fixing these issue and enhancing the code:

  1. a universal printRepositories(List<Document> repositories) function that would print the results of the users query
  2. modified the function that would print a list of random repositories, which is now called getRandomRepositories(int num)
  3. fixed some issues with out-of-place curly braces that caused complication issues
  4. other minor small changes (e.g., more comments, etc.)