Phildo / pixQL

SQL for image processing
386 stars 7 forks source link

Completion of error handling #6

Closed elfring closed 9 years ago

elfring commented 9 years ago

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

Phildo commented 9 years ago

Good call- will do later tonight. Thanks!

elfring commented 9 years ago

Are there a few update candidates left over? 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?

Phildo commented 9 years ago

Good call on pointing out a few more places I could be more thorough in my error checking- will get right to it in a bit. Thanks!

I'll admit, I'm not familiar with aspect-oriented software development. A quick wikipedia skim yielded some interesting ideas regarding heuristics for abstraction, but I'm not too interested in conforming the codebase to any specific "orientation" at this time.

elfring commented 9 years ago

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

Do you find information sources like the following useful?