the blog for developers

Ever more complex software stacks

In the last 30 years the software stack has grown from year to year. When I started coding in Z80 machine code, there was no software stack. Just the programmer and some hardware registers. No other software involved. Direct access to the machine.

From there software stacks grew, to compilers and libraries – I’ve experienced this with Pascal on CP/M and later C. With Java the stack grew to JIT compilers, virtual machines, garbage collectors, byte code compilers and plattforms.

To close the gap between the machine and the customers requirements one solution for many seems to be to grow the software stack even further. With MDA and containers the software stack grows to unprecented complexity. From PIM with transformations to PSM to a Java EE container, with AOP and compilers to Java, with byte code compilers to the VM with GCs. Then with JIT compilers to machine code (and from machine code to microcode). Where will the stack move next?

You can leave a Reply here. Of course, you should follow me on twitter here.

You can share this post!
Do you want to tell others about this article? Use the social bookmark icons to submit this artice to the service of your choice. Thanks.

About the author: Stephan Schmidt is head of development at brands4friends. He has more than 15 years of internet technology experience and 10 years experience in agile. He was head of development, consultant and CTO and is a speaker, author and blog writer. He specializes in organizing and optimizing software development helping companies by increasing productivity with lean software development and agile methodologies. Want to know more? All views are only his own.
Leave a reply.

Comments

You are absolutely right about the increment in complexity of software development. And this is although current approaches try to abstract things away. It seems to me that coding is an activity that should be abolished in the opinion of many methologists.
To make things better a bit, I claim that MDD or even MDA is not present in most of the commercial software projects happening today (MDA unequal UML of course).

BTW, I also began programming Z80. It was about 1989 on a Schneider CPC 6182 (later on Amstrad CPC). It should be valid to conclude that with Z80-assembler it was a lot harder achieving a goal than it is nowadays with higher languages such as Java. And even former Pascal compared to Java loses any competition, IMO.

Klaus

PS: Maybe you fix the word “Maschine” in your picture ;-)

stephan

Starting with a VC20 and some computers later a CPC 464, I think the requirements and goals were easier/simplier back than, so the goals could be accomplished with Z80 machine code without libraries. But as the software stack grows, the expectations of customers grow too. So yes of course, with the current requirements and goals, you can’t use older stacks to achieve them. Just compare a J2EE replicated server with something handwritten in C .

PS: I saw it the moment I finished the post, but didn’t know how to overwrite the image in wordpress, so I thought what the hell, noone will notice ;-)

Leave a Reply

What people wrote somewhere else:

Additional comments powered by BackType

Guide to CodeMonkeyism

Over the last 4 years I wrote many articles on this blog. To make it easier for you to find the relevant ones, I've organized them into topics.

Top 10

6 reasons why my VC funded startup did fail

Go Ahead: Next Generation Java Programming Style

Java Interview questions: Write a String Reverser

The dark side of NoSQL

7 Bad Signs not to Work for a Software Company or Startup

Is Java dead?

Scala vs. Clojure

Never, never, never use String in Java

No future for functional programming in 2008 – Scala, F# and Nu

Clojure vs Scala, Part 2

Job Seeker

Another Good (Java) Interview Question

7 Bad Signs not to Work for a Software Company or Startup

Java Interview questions: Write a String Reverser (and use Recursion!)

Java Interview questions: Multiple Inheritance

As a Manager: What I value in developers

Top 10 Tips (+1) to Get a Pay Raise

Java Developer

Is Java Dead?

Go Ahead: Next Generation Java Programming Style

Be careful with magical code

All variables in Java must be final

Never, never, never use String in Java

Bending Java: More readable code with methods that do nothing?

Startup/CTO

Development Dream Teams

6 reasons why my VC funded startup did fail

American vs. European style of Software Development

12 Things to Reduce Your Lead Time and Time to Market

The high cost of overhead when working in parallel

Essential storage tradeoff: Simple Reads vs. Simple Writes

Agilist

What Developers Need to Know About Agile

5 Practices Better to Change in Your Scrum Implementation

Scrum is not about engineering practices

ScrumMaster and ZenMaster: The joke of certification

What is Trans-Scrum?