-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this code gives me deep psychological issues #1
Comments
and why are there so many imports in each file? why does each thing have to be imported explicitly? what was so wrong with |
I have already reworked code long time ago but I dony hsve time to update this. Yes tye packet sender class is stupid and my reworked version there is actual meaning for class and there is much more fields and settings to control. Even now that tcp sending thing is very broken. I'l have update for this when I have time. |
niice dude idk i was looking at some repos and came across this and it just |
why is
XXXPacketSender
even a classall the code in the whole class could be simplified to
why bother with all the class boilerplate when what you need is a function and a socket?
there was never any need for a single-use class like this to begin with
the two sender classes arent even related in any way despite that being the only reason for them to ever exist
what the hell man
The text was updated successfully, but these errors were encountered: