Artima Weblogs |
Weblogs Forum |
Bloggers
|
Sponsored Link •
|
Artima Weblogs
A Community of Software Thinkers |
|
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 |
by Alberto Savoia, July 19, 2007, 36 comments
Part II - We let the C.R.A.P. out of the bag.
We explain our thinking behind the first version of the CRAP metric and then unveil the formula.
by Alberto Savoia, July 17, 2007, 61 comments
Part I - Beauty and The Beast. I begin my exploration of ugliness in code with some background and an overview of what most people consider to be crappy code.
by Bill Venners, July 13, 2007, 43 comments
To what extent should a project or company have a coding style policy, and how and to what extent do you think it should be enforced?
by Frank Sommers, July 12, 2007, 5 comments
By allowing third-party applications to piggyback on its Safari 3 browser platform, Apple chose Ajax as the development platform for its popular iPhone device. What will that mean for mobile development?
by Bruce Eckel, July 11, 2007, Submit comment
August 15-17 I will be holding an OpenSpace conference to discuss the reasonable distribution of an application between client and server, with emphasis on the return to Rich Internet clients.
by Bruce Eckel, July 11, 2007, Submit comment
August 13-14 I will be holding (with James Ward of Adobe) a Jam on Flex and AIR (Adobe Integrated Runtime, formerly called Apollo).
by Bill Venners, July 7, 2007, 370 comments
To what extent does the productivity of dynamic languages come from the lack of typed variables versus the reduction in "finger typing" required when you don't have to declare the types? The technique of type inferencing in static languages may shed new light on this old debate.
by Ian Robertson, June 23, 2007, 26 comments
Type arguments to generic classes are not available for reflection at runtime - or are they? The type arguments for statically declared types can be discovered at runtime. A look at how to do this, and why you might want to.
by Bruce Eckel, June 19, 2007, 37 comments
Combine the power of Python with the polish of Flash to create a desktop application. This approach will also work with any language that has support for creating an XML-RPC server (Java, Ruby, C++, to name a few). Also, The XML-RPC server can easily be on another machine.
by Guido van van Rossum, June 19, 2007, 47 comments
Here's a long-awaited update on where the Python 3000 project stands. We're looking at a modest two months of schedule slip, and many exciting new features. I'll be presenting this in person several times over the next two months.
by Frank Sommers, June 12, 2007, 34 comments
Applications with a rich-client UI can benefit from concurrency. UI toolkits that expose concurrency, however, are not easy to use. Swing shows that the tension between concurrency and ease-of-use is hard to resolve. Just how much concurrency should be exposed in a UI toolkit?
by Frank Sommers, June 9, 2007, 5 comments
iTunes is far more than a desktop music player and organizer: it is also a path through which over 300 million users have already installed Apple's open-source dynamic networking software, Bonjour. Has the time for spontaneous networking finally arrived?
by Matthew Wilson, June 1, 2007, 4 comments
Attempting to find a compromise between the constraints of a facade that wraps a system API, the limitations of a limited namespace naming scheme, and a user wanting more expressiveness, revealed an interesting compromise in design.
by Howard Lovatt, May 27, 2007, 23 comments
One of the key differences between the different Java inner class and
closure proposals is the lexical scope of names, this blog compares
the scoping of the major proposals (CICE + ARM, C3S, FCM + JCA, and
BGGA in both its forms)
by Bruce Eckel, May 24, 2007, 10 comments
I'll be doing a new experiment for this one: hiking in the morning instead of the afternoon.
|
Sponsored Links
|