2012-04-30

2012-04-24

Let's Code Jumi #145: Builder (Part 1)

Now I can see clearer what the code generator's structure should be like, so let's replace the previous procedural approach with a builder.

Download as MP4

Episode Archive

2012-04-12

Let's Code Jumi #141: Generic Type Parameters (Part 1)

Improving the code generator to produce correct generic type parameters. Even after Java's type erasure it's possible to dig out some type parameter information using reflection.

Download as MP4

Episode Archive

2012-04-07

Let's Code Jumi #139: Better Printing (Part 1)

With the previous feature done, it's a good time to refactor the code generator some. Let's first generate toString() methods for the event classes and improve the code formatting.

Download as MP4

Episode Archive

2012-04-02

Let's Code Jumi #137: One Failing Test (Part 6)

Let's see where the end-to-end tests fail next and continue our implementation of failure reporting from there.

Download as MP4

Episode Archive