yandex / faster-rnnlm

Faster Recurrent Neural Network Language Modeling Toolkit with Noise Contrastive Estimation and Hierarchical Softmax
Other
562 stars 138 forks source link

Completion of error handling #8

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?

akhti commented 9 years ago

Yeap, this should be done.

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 9 years ago