Termi icon indicating copy to clipboard operation
Termi copied to clipboard

Code Duplication

Open EndermanPC opened this issue 9 months ago • 1 comments

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".

EndermanPC avatar Apr 30 '24 02:04 EndermanPC

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

Andrej123456789 avatar Apr 30 '24 08:04 Andrej123456789