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

Code Duplication #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

EndermanPC
Copy link
Contributor

There’s some code duplication in your main function where you’re calling "LoadDynamicLibrary" with different parameters based on the platform. You could define platform-specific constants for the library name and use them in a single call to "LoadDynamicLibrary".

There’s some code duplication in your main function where you’re calling "LoadDynamicLibrary" with different parameters based on the platform. You could define platform-specific constants for the library name and use them in a single call to "LoadDynamicLibrary".
@Andrej123456789
Copy link
Member

Thanks a lot for pull request. Can you please check duplicates in Termi-GUI?

@Andrej123456789 Andrej123456789 added this to New Pull Requests in Issues and Pull Requests via automation Apr 30, 2024
@Andrej123456789 Andrej123456789 added bug Something isn't working C++ C++ area labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working C++ C++ area
Projects
Issues and Pull Requests
New Pull Requests
Development

Successfully merging this pull request may close these issues.

None yet

2 participants