> --
> You received this message because you are subscribed to the Google Groups "The Java Posse" group.
> To post to this group, send email to java...@googlegroups.com.
> To unsubscribe from this group, send email to javaposse+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
>
>
I only comment bad code.
2011/2/1 Cédric Beust ♔ <ced...@beust.com>:
FWIW, I wasn't originally thinking that individual developers would
create videos. More along the lines of a tech lead recording for an
hour per release. Super-high level stuff.
re: Lucene project. I will write more offline (since this involves
commercial software), but those diagrams look interesting to me. I
think using an open-source project like Lucene is a clever idea.
As I think about it, the real problem is candid architecture comments.
It is hard to capture, via a diagram or doc, the following: "Our
client layer is tight. The server layer is mostly ok, but because of
X,Y,Z, our domain model is split between legacy objects and new clean
POJOs. The legacy objects have a ton of dependencies on A,B,C but we
hope to remove them over the next few releases".