Am 06.06.2012 17:16, schrieb Gustavo Niemeyer:
> On Wed, Jun 6, 2012 at 12:02 PM, Alexander Neumann
> <
an2...@googlemail.com> wrote:
>> It has been progressing slowly with the ocassional burst of activity now and
>> then. On a few ocassions however, nice people have been coming forth and
>> have made contributions, e.g. a ListBox widget some weeks ago.
> Nice, this is a good sign, and happy to see things have been moving
> well with the project. Do you know if anyone is using it to push
> projects on the server side of things?
No idea if anybody besides me is using it for anything serious. Speak up
people :)
My most non-trivial project using walk is an order management
application, that also happens to use go-pgsql and polyglot and is in
production since over a year. Some weeks ago I have been refactoring the
database access from go-pgsql specific apis to database/sql, oh my ;).
If memory serves right, this even revealed a bug or two in the apps
code, where the go-pgsql apis have been too forgiving.
>> Most features I have needed for my projects have been implemented at some
>> point, though there's of course a lot that could be added or improved. One
>> thing that's especially lacking is documentation. I guess some kind of
>> tutorial or a bit more sophisticated example application would be nice to
>> have.
> Indeed, I bet people would appreciate that.
>> Yes, I have thought about it, but I'm not sure it will happen. There is just
>> too much code there to write tests for it all.
> The more code you have, the more tests you need, and the more you'll
> benefit from that over time if you intend to keep the project working.
> I'd probably consider a deal breaker to have no tests on a large
> dependency.
That's certainly true, but to be fair, I should mention that I'm
considering moving most of my attention to web development in the
future. Nothing is decided at this point though.
>
> gustavo @
http://niemeyer.net