Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Will Software Craftsmanship change with new Domain Workbenches
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
:bob  
View profile  
 More options Apr 23, 3:54 am
From: ":bob" <bob.groenev...@gmail.com>
Date: Thu, 23 Apr 2009 00:54:20 -0700 (PDT)
Local: Thurs, Apr 23 2009 3:54 am
Subject: Will Software Craftsmanship change with new Domain Workbenches
Recently Intentional Software gave the first public demo of its new
Intentional Domain Workbench. This workbench promises a revolutionairy
new way of enabling domain experts to express their intent in a domain
language of their choice (and making) that will result in an
executable system.

The demo can be seen at http://msdn.microsoft.com/en-us/oslo/dd727740.aspx

I am curious to know what you think how our profession and the
Software Craftsmanship aspect of it will change because of this tool
and for instance Jetbrains's upcoming Meta Programming System.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adewale Oshineye  
View profile  
 More options Apr 23, 10:31 am
From: Adewale Oshineye <adew...@gmail.com>
Date: Thu, 23 Apr 2009 15:31:52 +0100
Local: Thurs, Apr 23 2009 10:31 am
Subject: Re: [SC] Will Software Craftsmanship change with new Domain Workbenches
In all the years I was at TW people like Martin Fowler could never
explain how these sorts of systems were tackling the essential
complexity rather than the accidental complexity of software
development.

The problem is seldom that domain experts don't have a good way of
expressing their intent but more that they need help minimising the
ambiguity of their intent as well as resolving the complexities
inherent in their domain. Then they have to take that unambiguous
(more or less) expression and find a way to reify it within the harsh
constraints of computer science and physics.

I suspect that in 10 years time we'll have forgotten about Intentional
and we'll be talking about yet another silver bullet whilst our
existing toolsets continue to steadily evolve.

P.S.
I assume everybody here's read Fred Brooks's No Silver Bullet.

P.P.S
I suspect that in a couple of decades everybody will be a programmer
but only some of us will be professional programmers in much the same
way that most people can type a Word document but only a few  of us
get paid to layout magazines.

2009/4/23 :bob <bob.groenev...@gmail.com>:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raoul Duke  
View profile  
 More options Apr 23, 2:28 pm
From: Raoul Duke <rao...@gmail.com>
Date: Thu, 23 Apr 2009 11:28:28 -0700
Local: Thurs, Apr 23 2009 2:28 pm
Subject: Re: [SC] Re: Will Software Craftsmanship change with new Domain Workbenches

> I suspect that in 10 years time we'll have forgotten about Intentional
> and we'll be talking about yet another silver bullet whilst our
> existing toolsets continue to steadily evolve.

but hopefully Intentional is still a nice new tool we can all benefit
from, even if it isn't a silver bullet.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LudovicoVan  
View profile  
 More options Apr 23, 9:02 pm
From: LudovicoVan <ju...@diegidio.name>
Date: Thu, 23 Apr 2009 18:02:01 -0700 (PDT)
Local: Thurs, Apr 23 2009 9:02 pm
Subject: Re: Will Software Craftsmanship change with new Domain Workbenches
On 23 Apr, 08:54, ":bob" <bob.groenev...@gmail.com> wrote:

> Recently Intentional Software gave the first public demo of its new
> Intentional Domain Workbench. This workbench promises a revolutionairy
> new way of enabling domain experts to express their intent in a domain
> language of their choice (and making) that will result in an
> executable system.

> The demo can be seen athttp://msdn.microsoft.com/en-us/oslo/dd727740.aspx

> I am curious to know what you think how our profession and the
> Software Craftsmanship aspect of it will change because of this tool
> and for instance Jetbrains's upcoming Meta Programming System.

The tools by themselves do not solve problems... ;)

Seriously, I for one have been dreaming something like this for the
last ten years at least. There is no silver bullet, OK, but in the
sense that we always keep improving. Here I would envision the so long
waited for fifth (or is it sixth?) generation of languages.

-LV


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Hanson  
View profile  
 More options Apr 24, 10:59 am
From: Robert Hanson <iamroberthan...@gmail.com>
Date: Fri, 24 Apr 2009 10:59:52 -0400
Local: Fri, Apr 24 2009 10:59 am
Subject: Re: [SC] Re: Will Software Craftsmanship change with new Domain Workbenches

> I am curious to know what you think how our profession and the
> Software Craftsmanship aspect of it will change because of this tool

I am not sure I get it.  Maybe I am missing something, but the domain
expert still needs to explain the domain and you still have to write
code.

If anything, I am turned off by their product.  All I saw was 2000
lines of code in a single file, and a fairly unintuitive editing tool.

> There is no silver bullet

Agreed.

A few years back I was shown a tool called E.Piphany, an incident
management/help desk tool.  The tool used a language called BIML,
which was designed to allow domain experts (business people) program
it by using Visio.  You would drag components into the diagram, where
each component performed a task, then you would set their properties
and link them together.  You would do this 3 times, once for the model
layer, once for the controller, and once for the view.  You would then
deploy your diagrams.

The problem is that there were 500 components to choose from, and you
had to understand what each of the component properties meant.  In the
end it required a programmer to use the tool, and the programmers I
spoke to felt that it hindered them.  I recall that it was taking them
a week to roll out even the smallest of changes.

So I guess what I am saying is that tools are ok, just as long as they
don't get in the way of getting things done, and I question if this
tool is a help or a hindrance.

Rob, the Skeptic
http://www.google.com/profiles/IamRobertHanson


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Curtis Cooley  
View profile  
 More options Apr 24, 11:13 am
From: Curtis Cooley <curtis.coo...@gmail.com>
Date: Fri, 24 Apr 2009 08:13:48 -0700
Local: Fri, Apr 24 2009 11:13 am
Subject: Re: [SC] Re: Will Software Craftsmanship change with new Domain Workbenches
On Fri, Apr 24, 2009 at 7:59 AM, Robert Hanson

Agreed as well. Business has been trying to eliminate the programmer
since the first development project. The UML to code nirvana wasn't
that long ago. Did we forget already?
--
Curtis Cooley
curtis.coo...@gmail.com
===============
Once a programmer had a problem. He thought he could solve it with a
regular expression. Now he has two problems.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Francesco Rizzi  
View profile  
 More options Apr 24, 7:08 pm
From: Francesco Rizzi <francesco.ri...@gmail.com>
Date: Fri, 24 Apr 2009 19:08:54 -0400
Local: Fri, Apr 24 2009 7:08 pm
Subject: Re: [SC] Re: Will Software Craftsmanship change with new Domain Workbenches

On Fri, Apr 24, 2009 at 11:13 AM, Curtis Cooley <curtis.coo...@gmail.com>wrote:

> Agreed as well. Business has been trying to eliminate the programmer
> since the first development project. The UML to code nirvana wasn't
> that long ago. Did we forget already?

I tend to agree with the reaction many seem to have: there's no silver
bullet.. this sounds like a good idea, but past experience taught me the
Graal might not be hiding behind the next corner.
Nonetheless, thanks for the link to the video; I'll share at work and see if
the team wants to explore this new tool.

On another note, I think "Business has been trying to eliminate the
programmer
since the first development project." might be a bit of a harsh statement. I
think I know where you're coming from - as a developer myself, I've wondered
at times if that's what's going on.
However, I think things are a bit different:

1~ the day 'business people' get the 'programmer' out of the picture will be
the day 'business people' will realize why they need and *want*
'programmers' in the picture. There's a reason why we're in the work
position we are: it's (for most) what we're best suited to do. Conversely,
the so-called 'business people' are best suited at their job. The average
'business person' I met in my career would run away screaming from things
the average 'programmer' deals with on a daily basis (and some might even
enjoy). The average 'programmer' i met in the same period would do anything
(even programming) in order to avoid the tasks 'business people' handle
quite well daily.

2~ additionally, I think these
tools/processes/ideas/whatever-you-see-that-is-aiming-at-'eliminating the
programmer', are actually tools that aim at A) improving the quality of the
product by bridging the gap between the 'programmers' and the 'business
people', and B) freeing the 'programmer' from "accidental complexity" and
being therefore able to focus on the "essential complexity" of the solution
under development.

That's not to say that the tools have already achieved a comfortable level
of success in their goal.

F.O.R.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LudovicoVan  
View profile  
 More options Apr 24, 8:12 pm
From: LudovicoVan <ju...@diegidio.name>
Date: Fri, 24 Apr 2009 17:12:35 -0700 (PDT)
Local: Fri, Apr 24 2009 8:12 pm
Subject: Re: Will Software Craftsmanship change with new Domain Workbenches
On 24 Apr, 15:59, Robert Hanson <iamroberthan...@gmail.com> wrote:

> > I am curious to know what you think how our profession and the
> > Software Craftsmanship aspect of it will change because of this tool

> I am not sure I get it.  Maybe I am missing something, but the domain
> expert still needs to explain the domain and you still have to write
> code.

Sure, but higher level code. When I see this stuff, I don't think
business guys, I think analysts...

-LV


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hoover  
View profile  
 More options Apr 25, 3:06 am
From: Dave Hoover <dave.hoo...@gmail.com>
Date: Sat, 25 Apr 2009 02:06:16 -0500
Local: Sat, Apr 25 2009 3:06 am
Subject: Re: [SC] Re: Will Software Craftsmanship change with new Domain Workbenches

On Fri, Apr 24, 2009 at 7:12 PM, LudovicoVan <ju...@diegidio.name> wrote:

> On 24 Apr, 15:59, Robert Hanson <iamroberthan...@gmail.com> wrote:
>> > I am curious to know what you think how our profession and the
>> > Software Craftsmanship aspect of it will change because of this tool

>> I am not sure I get it.  Maybe I am missing something, but the domain
>> expert still needs to explain the domain and you still have to write
>> code.

> Sure, but higher level code. When I see this stuff, I don't think
> business guys, I think analysts...

I think that's a good point.  If programmers from 30 years ago looked
at my typical day today, I bet they would think I was more of an
analyst than a programmer.  The high level code that I get to work
with typically keeps me very close to the domain language of my
customer.  As I was just telling a new acquaintance here at CITCON,
the problems I'm generally solving aren't related to computer science
and optimizing milliseconds, they're translating my customer's desires
into executable software.  I imagine that this translation is much
easier today than it was 20 years ago due to highly productive and
expressive languages like Ruby.

Dave Hoover
//obtiva:  Agility applied. Software delivered.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Simone Busoli  
View profile  
 More options Apr 25, 11:37 am
From: Simone Busoli <simone.bus...@gmail.com>
Date: Sat, 25 Apr 2009 17:37:45 +0200
Local: Sat, Apr 25 2009 11:37 am
Subject: Re: [SC] Re: Will Software Craftsmanship change with new Domain Workbenches

One thing that I've been thinking about for quite some time now is that
given all the roles one could cover in any company, the developer/technician
is one of the few that you cannot learn just by doing it like you would do
any other job.
IOW, while a developer could well change its role to become, say, a business
man, it's very unlikely that a business man would ever become and be able to
be a developer.

On Sat, Apr 25, 2009 at 01:08, Francesco Rizzi <francesco.ri...@gmail.com>wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adewale Oshineye  
View profile  
 More options Apr 26, 4:02 am
From: Adewale Oshineye <adew...@gmail.com>
Date: Sun, 26 Apr 2009 09:02:50 +0100
Local: Sun, Apr 26 2009 4:02 am
Subject: Re: [SC] Re: Will Software Craftsmanship change with new Domain Workbenches
2009/4/25 Simone Busoli <simone.bus...@gmail.com>:

> One thing that I've been thinking about for quite some time now is that
> given all the roles one could cover in any company, the developer/technician
> is one of the few that you cannot learn just by doing it like you would do
> any other job.
> IOW, while a developer could well change its role to become, say, a business
> man, it's very unlikely that a business man would ever become and be able to
> be a developer.

I don't understand this. What would stop a sufficiently motivated
business person from signing up for courses, reading some books,
writing/reading a lot of code and joining a supportive development
community that's willing to train them up?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Simone Busoli  
View profile  
 More options Apr 26, 7:28 pm
From: Simone Busoli <simone.bus...@gmail.com>
Date: Mon, 27 Apr 2009 01:28:29 +0200
Local: Sun, Apr 26 2009 7:28 pm
Subject: Re: [SC] Will Software Craftsmanship change with new Domain Workbenches
I think that being a developer requires much more than what you've
listed. Do you think that being a business/hr/recruitment/whatever
person requires you to constantly practice, read, collaborate, work in
open source, teach? In my experience, it doesn't, and it's common
sense that you're not required to do so. Most of what you do to do
your job better is, well, do your job. For developers at times it can
even be the opposite, do many things on your free time in order to be
a better developer at work.

2009/4/25, Simone Busoli <simone.bus...@gmail.com>:

--
Inviato dal mio dispositivo mobile

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cory Foy  
View profile  
 More options Apr 27, 9:03 am
From: "Cory Foy" <cory....@gmail.com>
Date: Mon, 27 Apr 2009 13:03:53 +0000
Local: Mon, Apr 27 2009 9:03 am
Subject: Re: [SC] Re: Will Software Craftsmanship change with new Domain Workbenches
Hi Simone,

Actually the recruiters I know work constantly to improve contacts, network, and generally do things outside of work to make them better.

My wife did HR, and she also spent lots of time improving who she was by participating in conferences, learning about new HR laws, etc.

Craftsmen are available in any industry. And I bet they are conceptually similar. We just call them excellent employees everywhere else.

Cory
(from mobile)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Curtis Cooley  
View profile  
 More options Apr 27, 9:52 am
From: Curtis Cooley <curtis.coo...@gmail.com>
Date: Mon, 27 Apr 2009 06:52:59 -0700
Local: Mon, Apr 27 2009 9:52 am
Subject: Re: [SC] Re: Will Software Craftsmanship change with new Domain Workbenches
This reminds me of a Dilbert where Tina the Tech Writer goes to Alice
and says, "Teach me to be an engineer. I don't care if it takes all
day."

--
Curtis Cooley
curtis.coo...@gmail.com
===============
Once a programmer had a problem. He thought he could solve it with a
regular expression. Now he has two problems.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google