Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Code cleanups

teeler edited this page Sep 10, 2018 · 1 revision

Code cleanups

https://github.com/google/graphd/issues/8

These all need to be investigated - if you'd like to resolve any of these issues, it would be helpful to produce evidence either for or against these issues.

Completion of error handling

Add more error handling for return values from functions like the following?

Reserved Identifier violation

Identifiers like “_ADDB_ACCESS_H” and “__GRAPHD_AST__do not fit to the expected naming convention of the C language standard.

Unnecessary Null Pointer Checks

Extra null pointer checks are not needed in functions like the following.

Clone this wiki locally