PC Review


Reply
Thread Tools Rate Thread

Does complexity kill?

 
 
=?Utf-8?B?QnJldHQ=?=
Guest
Posts: n/a
 
      1st Aug 2004
This statement mentions that complexity kills but can it be avoided?

"The kind of scalability I'm talking about is styem scale and compliexity. Anyone who has written large scale systems knows that compliexity kills (hint: if you don't count lines of code or use other formal metrics then you're porbably not writing a big system)."

Also, what good does counting lines of code do? What are the other formal metrics?

Thanks,
Brett
 
Reply With Quote
 
 
 
 
chanmmn
Guest
Posts: n/a
 
      1st Aug 2004
More line doesn't mean complex. Go to:

http://msdn.microsoft.com/architecture/

chanmm
"Brett" <(E-Mail Removed)> wrote in message
news:F4EC9296-7A5B-4A6B-8DBA-(E-Mail Removed)...
> This statement mentions that complexity kills but can it be avoided?
>
> "The kind of scalability I'm talking about is styem scale and compliexity.

Anyone who has written large scale systems knows that compliexity kills
(hint: if you don't count lines of code or use other formal metrics then
you're porbably not writing a big system)."
>
> Also, what good does counting lines of code do? What are the other formal

metrics?
>
> Thanks,
> Brett



 
Reply With Quote
 
Nick Malik
Guest
Posts: n/a
 
      2nd Aug 2004
I don't know where your statement comes from, but Complexity does kill.

Applications that attempt to control more details of interaction are more
complex to write and debug. They are harder to update and replace. They
are more expensive to integrate with. Just observe the complexity of a
human resources application in large organizations and you will usually find
a large group of individuals who do nothing but implement systems like
Peoplesoft and Oracle, for years on end. These organizations are the
victims of the failure of our industry to correctly partition accounting,
Human Resources, document and records management, and workflow systems in a
standardized manner. This makes integration into a nightmare that never
ends.

Much better, in current thinking, is to have smaller applications that
communicate asynchronously using a managed message-passing structure (MSMQ,
UDDI/SOAP, MQ Series, Sonic ESB, Santeon XIP, WebLogic, etc). This is
called Service Oriented Architecture. Each application can be seperately
measured, developed, managed, and replaced, without affecting others. This
creates more of an "ecosystem" of applications, not just a heaping pile of
spaghetti.

Formal measurements for application size include Function Point Analysis
(www.ifpug.org) and measurements based on lines of code (called KLOC). See
discussions of COCOMO to get more information on turning these measurements
into cost estimates.

I am working on a way to make use of Function Point Analysis in an Agile
Model. Stay tuned.

--- Nick

"Brett" <(E-Mail Removed)> wrote in message
news:F4EC9296-7A5B-4A6B-8DBA-(E-Mail Removed)...
> This statement mentions that complexity kills but can it be avoided?
>
> "The kind of scalability I'm talking about is styem scale and compliexity.

Anyone who has written large scale systems knows that compliexity kills
(hint: if you don't count lines of code or use other formal metrics then
you're porbably not writing a big system)."
>
> Also, what good does counting lines of code do? What are the other formal

metrics?
>
> Thanks,
> Brett



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Kill TS Client... Kill, Kill hamishmurphy@gmail.com Microsoft Dot NET Compact Framework 1 5th Jul 2006 04:48 PM
Process.Kill:How to kill an attached debugger? Manfred Braun Microsoft C# .NET 1 16th Aug 2005 08:53 PM
RE: RISE OF NATIONS--when playing conquer the world campaign i am unable to kill enemy spies. after hours spent searching manual, and various sites i can find no mention of HOW TO KILL SPIES =?Utf-8?B?Sko=?= Windows XP Games 0 1st Apr 2004 03:56 AM
RE: Password Complexity diasmith [MSFT] Microsoft Windows 2000 Active Directory 0 10th Nov 2003 02:39 PM
Complexity Requirements JDH Microsoft Windows 2000 Security 1 25th Sep 2003 07:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:55 PM.