The WingDings Study Group (http://tech.groups.yahoo.com/group/wingding) continues our exploration of "Effective Java, 2nd Edition" by Joshua Bloch. The next...
I'm doing a bunch of refactoring, and I'm trying out various things we've discussed lately (maybe I'll even change my approach to exceptions... :-) What I want...
In Preferences/Java/Code Style there is a "Conventions for variable names:" table where you can set pre/post fixes for different types of variables. Piotr ...
yep. thanks. I figured it was probably right there and I was overlooking it. thanks. Piotr Wyrwinski wrote: In Preferences/ Java/Code Style there is a...
I advise caution. That's a slippery slope. Charles Simonyi's Hungarian Notation single handedly hurt programmer productivity more than any other "innovation"....
To be fair, Simonyi get a bad wrap, because the original idea of Apps Hungarian got misunderstood and perverted into Systems Hungarian, and then inflicted on...
I said no discussion! :-) Anyways, I'll take your advice under consideration. I don't like hungarian notation in the least, and I suspect old habits will be...
... When in Rome? There are a lot of things I'd rather not have Java do the way it does. But if everyone tries to "fix" Java in some idiosyncratic way, using ...
Consider that many of the popular newer tools and frameworks use convention over configuration, and one would have to think that a language could also benefit...
What, you were serious? Silly programmer. I would only like to point out the humor in looking for refactoring tools for a programming convention that is...
jason marshall
jdmarshall@...
Nov 19, 2008 7:19 pm
1028
Since I missed last weeks Wing Ding meeting I'm not sure if further discussion about the next book took place. Anyway, here's a review thread about "Clean...
You know there wasn't really much discussion of the next book, other than general agreement that the 600+ page Python book is just too big, but thanks for the...
HTTP suffers the problem of having the command and payload channels conflated, which leads to some interesting workarounds that still don't always work. I...
jason marshall
jdmarshall@...
Nov 20, 2008 5:42 pm
1032
The WingDings Study Group (http://tech.groups.yahoo.com/group/wingding) continues our exploration of "Effective Java, 2nd Edition" by Joshua Bloch. The next...
That is an interesting read, at least for the comparison with Erlang. You know, I really want to "get" functional programming, but my forays so far have been...
I am exited by the idea of studying Functional programming with wingdings Clojure sounds great, and running in the JVM is a real plus. For the reading group,...
not that I'm aware of. Kirkdorffer, Daniel wrote: I've missed the last two meetings. Has the next topic been decided then? Dan From: wingding@yahoogroup s.com...
The Real World Haskell book is freshly out in hard copy, has an online version that is free, and I would me willing to help lead a read... -- Paul On Dec 4,...
We've not yet settled on a topic. We'll have an actual kick-off and vote and everything. We're just looking at our options. ... From: Kirkdorffer, Daniel...
a few of links on Haskell: http://www.haskell.org slides: http://www.slideshare.net/bos31337/haskell-for-the-real-world-presentation the online book:...
The WingDings Study Group (http://tech.groups.yahoo.com/group/wingding) completes our exploration of "Effective Java, 2nd Edition" by Joshua Bloch. The next...
Hi, I've uploaded sample spring app (Knight.zip) that we had talked about last night. The AOP works with the "old" xml, but doesn't execute advice when using ...
I tried to learn Haskel and bought a book. But men, it hurted my brain even to read it :) ... -- Konstantin Ignatyev PS: If this is a typical day on planet...