hstr icon indicating copy to clipboard operation
hstr copied to clipboard

Completion of error handling

Open elfring opened this issue 7 years ago • 4 comments

Would you like to add more error handling for return values from functions like the following?

elfring avatar Aug 14 '18 14:08 elfring

@elfring Yes, this should be definitely improved.

dvorka avatar Aug 14 '18 17:08 dvorka

How do you think about to improve static source code analysis also for this software?


elfring avatar Aug 14 '18 17:08 elfring

It would be nice to make static code analysis a part of CI builds - currently I use Travis CI.

I used aspects in complex Java apps, but HSTR is pretty simple utility. Do you have any particular suggestion where/how to use aspects in a reasonable way?

dvorka avatar Aug 14 '18 18:08 dvorka

I used aspects in complex Java apps, …

This is good to know. - Would you like to reuse these software development experiences for the programming language “C” (and/or “C++”)?

How do you think about to tackle exception handling by aspect-oriented programming?

elfring avatar Aug 14 '18 19:08 elfring