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 Christopher Diggins, December 4, 2004, 19 comments
It is a challenge to find definitions for computer science terms, which are understandable, correct and uncontentious. Lately I have needed to come up with a good definition of type.
by John D. Mitchell, December 1, 2004, Submit comment
How many of these myths apply in your organization?
by John D. Mitchell, November 30, 2004, 1 comment
Here's a humorous look at the the evolution of a programmer.
by Eric Freeman, November 30, 2004, 2 comments
An interesting (old) post in Artima's Java Buzz titled "Are Weblogs an Incarnation of Lifestreams?" by Hugo Pinto asks if Weblogs are the first widely-adopted incarnation of LifeStreams?
As it happens I'm finishing up a historical piece on Lifestreams that is going to be published by MIT Press and I've been asking myself that very question.
by Ward Cunningham, November 29, 2004, 2 comments
Keep close tabs on your server with voice output.
by Christopher Diggins, November 27, 2004, 21 comments
It is commonly assumed that in order to achieve some measure of run-time polymorphism we have to state in a class declaration that it it either implements an interface or it inherits from a base class with virtual functions. Not anymore ...
by Michael Feathers, November 27, 2004, 10 comments
Passing null into methods is considered bad practice, but sometimes it can be very powerful.
by Christopher Diggins, November 25, 2004, 14 comments
I have made a first public release of the C++ Object Oriented Template Library ( OOTL ). An open-source library with the rather ambitious goals of providing object-oriented alternatives to the C++ primitives and the STL collections.
by Eamonn McManus, November 25, 2004, Submit comment
The JavaPolis 2004 conference takes place in Antwerp, Belgium, the week of the 13th to the 17th of December. An excellent selection of speakers (plus your humble scribe) at a very affordable price.
by Christopher Diggins, November 24, 2004, 2 comments
So Microsoft has applied for a new patent on the IS NOT operator in Visual Basic. I hope it is accepted, so I can openly and flagrantly violate the patent in my language, Heron.
by John D. Mitchell, November 24, 2004, 12 comments
Programming really is all about the languages that we create and use. Unfortunately, not in the way that most people think.
by Christopher Diggins, November 21, 2004, 2 comments
Exceptions are not errors. The distinction is more subtle than most programmers realize.
by Christopher Diggins, November 19, 2004, 2 comments
There are many different "[insert-buzzword-here] Driven Design" methodologies, i.e. Policy Driven Design, UI Driven Design, Data Driven Design. I would like to propose a new one: "Implementation Driven Design".
by Christopher Diggins, November 18, 2004, 19 comments
I have been looking mock objects and test driven design lately. The main issue, I see brought up over and over again is that people want to modify existing code by inserting mock objects, but that it is hard to do because of code dependencies. I argue that proper use of abstraction at the implementation level would make it much easier.
by Christopher Diggins, November 16, 2004, 14 comments
My previous blog entry on the bank account class, sparked some lively and interesting discussion. It also revealed two very distinct approach to object oriented programming, which I label the bottom-up approach and the top-down approach.
|
Sponsored Links
|