Simple Voice Chat

Simple Voice Chat

31M Downloads

Better Documentation

InfinityZ25 opened this issue ยท 4 comments

commented

It is extremely difficult to read the code and try to interpret what does what. I'm trying to add new functionalities (such as server-side silencing, real-time adjustable voice reach, and custom GUI icons to symbolize more data) and I'm finding it difficult to keep track of what does what or where to begin looking at things. Your mod is cool, the code however is a bit hectic.

Better documentation, such as comments on your code, would definitely help understand the intricate mechanisms that you've designed. Alternatively, rewriting the project and simplifying unnecessary pieces of your design could also help ( I'm willing to collab on this one -- there's no reason for you to have 69 different branches. A common, multi-module Gradle project will suffice.)

commented

I'm not intending to add documentation to the code.
The code is only on GitHub for people that want to look into it (To ensure for people that there are no hidden features or backdoors/To check if the encryption is actually secure/...).
It is not intended for adding features or even republishing it. Thus also the license "All Rights Reserved".

commented

Also this for reference:
#196 (comment)

commented

Did not see a license file anywhere