Beginning Object Relational Mapping with Hibernate by Brian Sam-Bodden was a pretty good intro to Hibernate. I didn't get much out of it. I probably should have gone to something else.
Caring about your Code Quality by Venkat Subramaniam was awesome.
- Treat warnings as errors! What a concept. I've been fixing warnings when I run across them most of the time. Usually it's just unneeded imports or unneeded 'else' statements.
- Code reviews - I've been trying to review new code when I sync up. I've caught a few problems and would like others to do it to.
- I liked his 'triangulation' bit. When you copy and past code, get the copied code working, then extract the common code. I'll have to try it that way. I usually extract the common code to some base class and then make it work.
- He recommends JLint and FindBugs for doing code analysis. I'm afraid to try that on our code. But really, how bad could it be? ;-)
Powerful Metaprogramming Techniques With Groovy by Jeff Brown was really good. I'm starting to understand Closures - passing chunks of code around like I would a variable. The XML and Markup builders are awesome. Too bad we don't do a lot of XML in our group.
None of us won anything this year. Some poor buy won a 6 month license for all the Atlassian stuff (Jira, Confluence, etc).
1 comment:
yeah, I have to admit that if I'd wont the drawing for the Atlassian license (6 month), I'd have turned it down. Not really a good door prize in my opinion, but I'm sure it was a big push from Atlassian (a NFJS sponsor) to help get their products in the hands of developers. I'm not against Atlassian or their tools, but this seemed more like a vendor plug than anything else in the conference (a close second was Geary's presentation on GWT, complete pitch in my opinion, neat tool though).
Post a Comment