The Artima Developer Community
Articles | News | Weblogs | Books | Forums
Artima Weblogs | Weblogs Forum | Bloggers
Sponsored Link

Artima Weblogs
A Community of Software Thinkers
Welcome Guest
  Sign In
89 pages [ 1 ... 52 53 54 55 56 57 58 59 60 61 62 ]
by Christopher Diggins, September 9, 2005,  6 comments
Here is a pattern I call the Bus Pattern. It's like the Visitor Pattern, except it's not.
by Bruce Eckel, September 8, 2005,  36 comments
In my research for the "Concurrency" chapter for Thinking in Java 4e, I've read through a lot of material. This morning, I started perusing the 3rd edition of "Java Threads" by Oaks & Wong, from O'Reilly.
by Christopher Diggins, September 7, 2005,  Submit comment
The latest version of HeronFront has just been made and now compiles on GCC 3.4.1
by Michael Feathers, September 6, 2005,  20 comments
How do differences in temperament affect your team?
by Christopher Diggins, September 6, 2005,  5 comments
Operator precedence in Heron is tricky, because any sequence of legal operator characters is a legal operator.
by Christopher Diggins, September 4, 2005,  81 comments
There is a widespread belief that garbage collection leads to automatic memory management, and that without a GC memory management is neccessarily complex. These are both false.
by Christopher Diggins, September 3, 2005,  5 comments
File this under: too many darn symbols.
by Christopher Diggins, September 3, 2005,  13 comments
My recent blog-post "Post-TDD" has generated some interesting and lively discussion. Here are some more of my thoughts and clarifications.
by Christopher Diggins, September 2, 2005,  Submit comment
The latest HeronFront preview release has the beginning of introspection/reflection support.
by Christopher Diggins, September 1, 2005,  11 comments
I have made a pre-release of HeronFront which semi-successfully translates to C++ the primitives module from the standard library.
by Christopher Diggins, September 1, 2005,  12 comments
Since Heron syntax is C++ based, I am experimenting to see what happens when you drop the requirement for the this keyword.
by Christopher Diggins, August 31, 2005,  26 comments
Test Driven Development (TDD) represents the state of the art of development processes, but what's next?
by Bruce Eckel, August 31, 2005,  7 comments
A reader questioned my project-estimation technique in "Thinking in C++, Volume 1."
by Michael Feathers, August 30, 2005,  14 comments
About 88% of an iceberg's mass is below water. How much of your class is down there too?
by Christopher Diggins, August 30, 2005,  12 comments
In languages like C++, functions return temporary stack allocated values which can be very inefficient. I am using a technique on Heron which I call transfer semantics to provide a work-around.
89 pages [ 1 ... 52 53 54 55 56 57 58 59 60 61 62 ]
Subscribe to be notified of new Artima Weblogs posts via RSS.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use