[Asterisk-java-devel] Constructors / toStrings, etc...
Brought to you by:
srt
From: Dominique B. <bro...@fr...> - 2005-07-09 16:08:46
|
Hello, I'm using Asterisk-Java with success for about 2 month now. Everything works fine, it's great work with good design that makes it easy to use and comprehend. However, in day to day usage, I've found some annoying details : - No constructors in Actions, this makes it tedious and error prone to construct new actions. Ideally I would like to have a pair of constructors that take into account the main usage patterns. - No real toString methods on events (makes it difficult when writting logs). - No argument checking on actions, some values for actions are illegal and could be checked for nullity or incorrectness. Those are just some suggestion that would make writing code easier for me. Others might find them useless. If their is interest in those changes, I'm willing to provide patches. Anyway, this library is great work. Thanks again to those who contributed to it. Regards, Dom -- |