Skip to content
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

Client/Service Optimization #452

Merged
merged 2 commits into from
Aug 2, 2021
Merged

Client/Service Optimization #452

merged 2 commits into from
Aug 2, 2021

Conversation

fxeP1
Copy link
Contributor

@fxeP1 fxeP1 commented Aug 2, 2021

Client:
Removal of some useless tables. (Roblox LSP kept saying it wasn't used and checked and hadn't seemed to be used)
Commented out warn override as there isn't a need for it as warn accepts tuples that already tostring the arguments.
Simplified IsMobile function.
LocalContainer will specify if its a Local container inside workspace. (to clear confusion if anyone checks with game explorer and sees this folder randomly)
logError now accepts a tuple that concats its arguments.
LoadModule will warn if there is a error while requiring.
Added some wrap optimizations.

Service:
Simplified Wrapped function.

fxeP1 added 2 commits August 2, 2021 01:28
Decided to improve Client as Server has had a improvement.

`Client`:
Removal of some useless tables. (Roblox LSP kept saying it wasn't used and checked and hadn't seemed to be used)
Commented out warn override as there isn't a need for it as warn accepts tuples that already tostring the arguments.
Simplified `IsMobile` function.
`LocalContainer` will specify if its a Local container inside workspace. (to clear confusion if anyone checks with game explorer and sees this folder randomly)
`logError` now accepts a tuple that concats its arguments.
`LoadModule` will warn if there is a error while requiring.
Added some wrap optimizations.

`Service`:
Simplified `Wrapped` function.
@Sceleratis Sceleratis merged commit ed7f1ea into Epix-Incorporated:master Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants