XR3Player
XR3Player copied to clipboard
Complete/Fix/Standardize JavaDoc
- Write JavaDoc comments for all class variables and functions.
- In many cases, there are multi-line JavaDoc comments where the opening
/**
and closing*/
could be moved onto the same line as the comment itself. - There are functions with unfinished JavaDoc comments.
- JavaDoc comments on classes can be removed if they have no useful information (Ex. A one-line description of the class and author tag).
Adding new features very quickly has made me to leave some methods without JavaDoc . The application is still in BETA so i try to find time to do all the above you mentioned .
I will follow your advices one by one :) !
@Valkryst Hello i made a website for XR3Player :) you like it ? ( https://goxr3plus.github.io/xr3player.io/ )
The first image in the slideshow took at-least 2 seconds to fully load (maybe look into compressing it) and the LOC metric at the bottom doesn't really mean anything to the user. Other than that, it's decent. GJ
@Valkryst Thanks for testing it :).
1)I will transform. png images to. jpg images 2)On the LOC metric maybe I should add only total downloads. 3)Any recommendations you have please post them as an issue on the repository ( https://github.com/goxr3plus/xr3player.io) I WILL BE VERY GLAD TO ADD NEW THINGS :)
All the code of website is on that repository.