Yesterday I wrote my first Moose class: a simple wrapper around Selenium, basically.
While not sleeping I had a lot of thoughts about how to better do this, and now I have a shiny new base class making use of lazy builders and read-only attributes. This shiny new class looks a bit like this:
has 'url
(
Read more... )