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

Handle errors in cmd package init files #21

Open
Rjected opened this issue May 27, 2019 · 0 comments
Open

Handle errors in cmd package init files #21

Rjected opened this issue May 27, 2019 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers refactor Code necessary for long-term code quality but will involve lots of abstraction & generalization

Comments

@Rjected
Copy link
Collaborator

Rjected commented May 27, 2019

In the initialization files such as opencxdinit.go, ocxinit,go, and fredinit.go, there are some calls to os and file methods that return errors, but the errors are ignored. They should be handled at some point.

These files are fairly messy, so refactoring these files and going through any other code which creates files / directories would be very helpful.

@Rjected Rjected added bug Something isn't working good first issue Good for newcomers refactor Code necessary for long-term code quality but will involve lots of abstraction & generalization labels May 27, 2019
@Rjected Rjected changed the title Handle errors in cmd package's init files Handle errors in cmd package init files May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers refactor Code necessary for long-term code quality but will involve lots of abstraction & generalization
Projects
None yet
Development

No branches or pull requests

1 participant