We found it very difficult to tweak parts of that framework so we
rewrote it (or rather most of it) with the 'single responsibility'
principle in mind. We also ported it to Moose and made immutable
objects where ever we could.
The result is three distributions. Now on github and soon on CPAN:
h
Hi there,
We are rewriting AI::Categorizer from scratch - maybe not all of it -
only the parts that we need. It was just too difficult to customize
it and since this is the third time I encounter this problem I decided
to try a rewrite this time (and my employer agreed! :).
I am trying to split
On Fri, Jun 8, 2012 at 5:09 PM, Aristotle Pagaltzis wrote:
> * bulk 88 [2012-06-08 03:20]:
>> It only real purpose is to be copied into other XS modules and be
>> studied from. What namespace should it go under?
>
> CopyPasta::FastHash? :-)
>
> In all seriousness, I would pick Example::XS::Faster
I am thinking about changing Plack::Middleware::Auth::Form to
WebPrototypes::LoginForm - the idea is to provide more such 'widgets'
(there are already two published:
http://search.cpan.org/search?query=webprototypes&mode=all - still
experimental) with the same basic approach for reusabillity of we
On Tue, Nov 8, 2011 at 2:22 AM, Aristotle Pagaltzis wrote:
...
> In the real world people learn by copy-pasting code and tweaking until
> it seems to do what they wanted. Every code example should be as close
> to real working code as possible, ideally *should* be real working code;
> or else so