First week: explorations

Last week I spent my time reading Mojolicious code. The perl debugger definitely helps understanding how everything works and gives you hours/days of joy:

$ mojolicious generate lite_app mojolicious-lite.pl
$ perl -d mojolicious-lite.pl get '/foo'

While my knowledge of Mojolicious grows, it’s a bit hard for me to get a good start for writing better tests. It’s a bit fettering to not wanting to make mistakes. Oh, and by the way: my english still sucks.

Repository!

Like all Mojolicious code (and the whole Mojolicious universe) my patches will live in a github repository: github.com/memowe/mojo. At the bottom of each page in this blog, you’ll find a link to it.