diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-11-26 10:36:10 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-11-26 10:36:10 -0800 |
| commit | 8ddf2e94df70707b458528a437759b96046d3e01 (patch) | |
| tree | d442818d92d3c9c6f7fcdc92857a1228963849a1 /_posts/2013-07-28-patch.pm-report.md | |
| parent | Don't need to use the IP in the makefile. (diff) | |
| download | lumberjaph-8ddf2e94df70707b458528a437759b96046d3e01.tar.gz | |
Huge update.
Moved all posts from textile to markdown. Updated all the CSS and
styles. Added a new page for the resume.
Diffstat (limited to '_posts/2013-07-28-patch.pm-report.md')
| -rw-r--r-- | _posts/2013-07-28-patch.pm-report.md | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/_posts/2013-07-28-patch.pm-report.md b/_posts/2013-07-28-patch.pm-report.md index dcbcfde..f29503a 100644 --- a/_posts/2013-07-28-patch.pm-report.md +++ b/_posts/2013-07-28-patch.pm-report.md @@ -1,16 +1,14 @@ --- layout: post -category: perl title: Patch.pm - report +summary: In which I summarize my activity during the first patch.pm --- This week-end I participated to [patch.pm](http://patch.pm/p0), the first version of a new hackathon organized by the Mongueurs. Sadly (or maybe not) I was not physically with my fellow mongueurs to work on code, and did it remotely. My goal for this two days was to get some work done on [Dancer2](https://github.com/PerlDancer/Dancer2): code review, fixes, submit bugs, and get some work done on the core. -## Saturday - -The day started by a discussion with [Alberto](https://github.com/ambs) and [Sawyer](https://github.com/xsawyerx) about what should be our priorities. None of us had really worked on Dancer2 so far, so we had a lot to catch up. We started with a list of things we think should be easy to work on, so we could focus on them in order to be able to deliver something by the end of the weekend. We quickly agreed on it, and then we started to code. +Saturday started by a discussion with [Alberto](https://github.com/ambs) and [Sawyer](https://github.com/xsawyerx) about what should be our priorities. None of us had really worked on Dancer2 so far, so we had a lot to catch up. We started with a list of things we think should be easy to work on, so we could focus on them in order to be able to deliver something by the end of the weekend. We quickly agreed on it, and then we started to code. Sawyer started his chainsaw and pushed a dozen of commits to clean up some code. He also write a few emails to the team with more short and medium terms objectives. @@ -18,11 +16,7 @@ On my side, I wanted to fix the code related to the hooks. Not all the hooks ava During that time, Alberto merged a few pull requests and fixed the travis build! -## Sunday - -I only managed to get two hours of work done that day. The biggest change was a refactoring of the Response and Request objects, to give them a similar API. Then I took a look at some of the changes made by Sawyer and did some review. - -## Laurent, when is the next one ?! +I only managed to get two hours of work done on Sunday. The biggest change was a refactoring of the Response and Request objects, to give them a similar API. Then I took a look at some of the changes made by Sawyer and did some review. It was fun. Working again with Alberto and Sawyer was really great, and I realized how much I missed working with this guys. I'm excited for the next comming weeks, more work will be done (there's still some issues that we need to fix, and some documentation clean up) and some releases will be pushed out. |
