Tagged Questions

8
votes
19answers
303 views

Which metaphor would you use to describe programming?

One colleague compared programming to the clay molding process - first you define rough shape of the mass, then carve smaller and smaller details. What's Your take on programming, …
35
votes
35answers
2k views

Are there any good metaphors for explaining project complexity to a non-programmer?

It was just mentioned that I'm "not exactly building the Sistine Chapel." This is true, but I am building a freight management application, which isn't exactly as simple as drawin …
3
votes
11answers
258 views

Unmaintainable code behind to the non-technical

How would you explain to a non-technical person why writing code (business-logic) behind the onclick event is a bad practice and leads to unmaintainable code? Edited: I have to ex …
4
votes
13answers
577 views

What is the next great UI metaphor that will replace the Desktop?

The desktop metaphor has been hanging around for a number of years now. The creativity within the software field should be able to produce a new cooler metaphor that doesn't involv …
3
votes
6answers
139 views

Rails and MVC metaphors

I am working on re-writing my application based on things that I learned at RailsConf 2009. I understand that the Model, Controller and View relate to each other. However, one thin …
0
votes
5answers
144 views

Crafting Software is like… [closed]

What is the best metaphor for the process of crafting (creating) software. Here's a quote - Crafting a piece of software is akin to creating a piece of pottery. You s …
3
votes
15answers
643 views

What do you think of “Programming is Gardening, not Engineering”?

In one of the best programming books I've ever read, The Pragmatic Programmer, it is written: Programming is Gardening, not Engineering. What are your thoughts on the "Gardening …
6
votes
5answers
222 views

What Are Your Go To Software Metaphors When Working With Non-Technical Management?

What software metaphors have worked best for you in discussing and explaining the complexities of software development with non-technical management?