up vote 13 down vote favorite
4
share [g+] share [fb]

If your software development team is not following any design methodology, what is that called?

link|improve this question
show 3 more comments
feedback

31 Answers

1 2

Cowboy coding

link|improve this answer
feedback

Typical.

(at least for some places I used to work.)

link|improve this answer
feedback
  1. Cowboy Coding
  2. Code and Fix
  3. Seat of Your Pants Coding
link|improve this answer
1  
Flying by the SOYP – Gishu Sep 27 '08 at 12:34
feedback

Smart and gets things done?

link|improve this answer
1  
Hurrah for a response that doesn't knee-jerk assume that the team is incompetent! – Rich Sep 28 '08 at 22:19
feedback

"ad hoc" or if you are feeling nice, "minimalist" methods. More likely though, they are following some kind of methodology without being aware of or acknowledging it.

link|improve this answer
feedback

Common sense, in the best-case scenario.

link|improve this answer
feedback

chaos? Is it due to leadership, or due to the team itself?

Do any of the programmers fit one or more of these types?

http://blogs.techrepublic.com.com/10things/?p=262

link|improve this answer
feedback

It is called adventure.

No design methodology does not mean no design. So it can be a valid option. But why reïnvent the wheel.

Unfortunately currently we are not using a methodology, but it will be my task in the long run to optimize the development process.

link|improve this answer
feedback

A disaster waiting to happen. ;)

link|improve this answer
feedback

An opportunity

link|improve this answer
feedback

Light and nimble :-)

link|improve this answer
feedback

ADD - Also known as "Ass-hole Driven Development"

Read this classic post from Scott Berkun (and the gazillion other funny acronyms for frequently seen, but not so frequently documented methodologies ;-)

No, this is not offensive... it's a real good eye-opener! Go read it now, you'll love it (I guarantee it)

http://www.scottberkun.com/blog/2007/asshole-driven-development

link|improve this answer
feedback

The blind leading the blind.

link|improve this answer
feedback

Unprofessionalism. At least one of the guys should establish some kind of methodology, even though under the radar of management.

Remember this advice from Joel: Getting Things Done When You're Only a Grunt

link|improve this answer
feedback

This is called Rapid Application Conception and Heuristic Extreme-programming (La R.A.C.H.E), from the famous International Institute of La RACHE (IILAR). Actually, this is a wordplay in French (La RACHE = l'arrache which means something like quick and dirty) which is of course impossible to translate without loosing the fun part. Obviously, the whole site is a joke and the content is not serious. If you understand a bit of French, you may find it funny :) Below, the typical cycle when using La RACHE:

alt text

link|improve this answer
feedback

recalcitrant

link|improve this answer
feedback

Bad.

Though some would argue that they're just being loose, which usually indicates that the scale of the project has a theoretical limit. Many projects start off as just one-offs that grow and grow. Eventually you'll have to adopt a design methodology to keep the project going.

link|improve this answer
feedback

SOTP - Seat of the Pants!

link|improve this answer
feedback

Sad, but normal (at least in all my experiences)

link|improve this answer
feedback

Big Bang Theory - That is what I call code that I spend hours writing with no prep/design work and without compiling it until I am done. I try not to do this too often though.

link|improve this answer
feedback

I would call it : Rogue

link|improve this answer
feedback

I call it a "Star Trek Mission". You may have some goal in mind, but you spend all your time on small away missions, which don't help you reach your goal. If you stack up too many away missions, you may even forget what your goal is.

link|improve this answer
feedback

"Just make it work" - That's what I usually called it.

link|improve this answer
feedback

JFDI - Just Flippin Do It

link|improve this answer
feedback

Being unemployed.

link|improve this answer
feedback

If you look at it from CMMI levels, this would be maturity level 1. If you can recreate the process, just not in an organized way, then you might be up to level 2. Either way, it probably just means you have an immature organization.

link|improve this answer
feedback
1 2

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.