intel / numatop

NumaTOP is an observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system.
BSD 3-Clause "New" or "Revised" License
197 stars 47 forks source link

Completion of error handling #15

Closed elfring closed 3 months ago

elfring commented 9 years ago

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

yaoj commented 9 years ago

Sure, thanks! I will add more error handling in next version.

From: Markus Elfring [mailto:notifications@github.com] Sent: Monday, September 07, 2015 3:25 AM To: 01org/numatop Subject: [numatop] Completion of error handling (#15)

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

— Reply to this email directly or view it on GitHubhttps://github.com/01org/numatop/issues/15.

elfring commented 9 years ago

I suggest to avoid ignorance of return values a bit more.

Are you interested to apply aspect-oriented software development? How do you think about to encapsulate error detection and corresponding exception handling as a reusable aspect in your software?

elfring commented 3 months ago

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