Sponsored Link •
|
Artima Weblogs
Computing Thoughts A Weblog by Bruce Eckel |
|
Question Assumptions
Artima Bloggers
Aahz Jans Aasman B. Scott Andersen Eric Armstrong Ken Arnold Dale Asberry Dave Astels Arash Barirani Matt Bauer Charles Bell Berco Beute Geert Bevin Nitin Borwankar Vladimir Ritz Bossicard Rahul Chaudhary Bob Clancy James O. Coplien Ward Cunningham Andy Dent Christopher Diggins Bruce Eckel Ted Farrell Michael Feathers Elisabeth Freeman Eric Freeman Matt Gerrans David Goodger Gabe Grigorescu Rix Groenboom Cees de Groot Philipp Haller Peter Hansen David Heinemeier Hansson Kevlin Henney Steve Holden Cay Horstmann Ron Jeffries Mark Johnson Greg Jorgensen Heinz Kabutz Rick Kitts Kirk Knoernschild Andrew Koenig Klaus Kreft Sean Landis Angelika Langer Jakob Eg Larsen Josh Long Howard Lovatt Robert C. Martin John McClain Eamonn McManus Jeremy Meyer John D. Mitchell Brian Murphy Sean Neville Nancy Nicolaisen Martin Odersky Vlad Patryshev Johan Peeters Carlos Perez Ken Pugh Eric S. Raymond Ian Robertson Guido van van Rossum Alberto Savoia Jerome Scheuring Richard Hale Shaw Calum Shaw-Mackay Jack Shirazi Michele Simionato Van Simmons Frank Sommers Bruno Souza Sue Spielman Bill Venners David Vydra Jim Waldo Dick Wall Barry Warsaw Mark Williamson Matthew Wilson Gregg Wonderly Kevin Wright |
August 31, 2005, 7 comments
A reader questioned my project-estimation technique in "Thinking in C++, Volume 1."
August 30, 2005, 7 comments
I've just finished reading "Java Puzzlers: Traps, Pitfalls, and Corner Cases" by Joshua Bloch and Neal Gafter (Addison Wesley, 2005).
August 26, 2005, Submit comment
The slides and audio from my presentation at the 2005 Python conference are now available.
August 21, 2005, 12 comments
Ian Bicking creates the first reasonable analysis (that I know of) between the two languages.
August 20, 2005, 53 comments
While experimenting to find a good introductory exercise for the PriorityQueue class, I discovered several anomalous results which I think produce a higher-order exercise in library design.
August 8, 2005, 2 comments
Mike Levin has posted another audio interview with me, which we recorded yesterday using Skype. It's about an hour long.
August 5, 2005, 11 comments
I've been working on this since the first post of this example; you can see that the code has been completely rewritten and (I think) greatly improved, both in terms of the generics and the performance tests themselves.
August 4, 2005, 35 comments
A few years ago, close on the heels of the dot-com bust, Rational basically imploded. IBM felt that there was still value in what was left of the company, and paid an exorbitant amount for the remains.
July 26, 2005, 6 comments
This entry is a replacement for "When Generics Fail" (which was deleted). In that, I began with casting solution, thinking that there wasn't a generic solution, then Krzysztof Sobolewski corrected me. So instead, I will compare the two solutions.
July 22, 2005, 12 comments
A comment to an article by Craig Larman posted last year.
July 19, 2005, 2 comments
From discussions about the previous weblog entry, I've realized that Collection, Iterator (and Iterable) are all attempts to unify access to containers. Each has strengths and weaknesses, which is probably why we need more than one way to do it.
July 15, 2005, 18 comments
According to the Design Patterns book (aka GoF), the intent of the Iterator pattern is to "Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation." Or more simply, an iterator unifies access to containers.
July 12, 2005, 24 comments
For Thinking in Java 4e, I'm trying to analyze the presence of the Collections interface in java.util.
June 30, 2005, 46 comments
Ken Arnold just posted a blog entry describing how difficult he found generics when working on the upcoming edition of The Java Programming Language book.
|
Sponsored Links
|