You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I’ve observed that the directory structures for wolfssh and wolfssl use different naming conventions for their IDE folders. Specifically, wolfssh places its IDE-related files in wolfssh/ide/ (all lowercase), while wolfssl uses wolfssl/IDE/ (uppercase).
Impact:
This discrepancy could lead to confusion among contributors and might cause issues on case-sensitive file systems. Consistent naming conventions are generally considered a best practice for maintainability and clarity, as noted in various coding style guidelines (e.g., Google's Style Guides and similar resources).
Suggestion:
It might be beneficial to standardize the naming convention across both repositories. Aligning the directory names—either both as ide or both as IDE—would improve consistency and reduce the potential for errors.
The text was updated successfully, but these errors were encountered:
Although it is indeed unfortunate that the case of IDE is inconsistent between the repositories, and the change would be quick, all of the respective links in scripts, code examples, and issue code references would need to be edited as the GitHub URL paths are case sensitive. See:
@embhorn Right now I needed an sshclient for some top secret project :-) At the end of the day it is simply a way for me to connect to network devices in a secure manner. But rather than trying to roll my own, and all the complexity that comes with that I found this beautifully coded solution so trying to see if it will work. It's just a playground dream of mine right now but I'll be happy to keep you updated if it gets out of my head into a real project.
@gojimmypi I figured it wouldn't be easy... Just wanted to call it out to gauge the interest. It is just a niggle for me in having to remember which way to make my pinky finger go when traversing the directories.
Description:
I’ve observed that the directory structures for wolfssh and wolfssl use different naming conventions for their IDE folders. Specifically, wolfssh places its IDE-related files in wolfssh/ide/ (all lowercase), while wolfssl uses wolfssl/IDE/ (uppercase).
Impact:
This discrepancy could lead to confusion among contributors and might cause issues on case-sensitive file systems. Consistent naming conventions are generally considered a best practice for maintainability and clarity, as noted in various coding style guidelines (e.g., Google's Style Guides and similar resources).
Suggestion:
It might be beneficial to standardize the naming convention across both repositories. Aligning the directory names—either both as ide or both as IDE—would improve consistency and reduce the potential for errors.
The text was updated successfully, but these errors were encountered: