473,511 Members | 10,700 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Does complexity kill?

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
Nov 22 '05 #1
2 1355
More line doesn't mean complex. Go to:

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

chanmm
"Brett" <Br***@discussions.microsoft.com> wrote in message
news:F4**********************************@microsof t.com...
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

Nov 22 '05 #2
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" <Br***@discussions.microsoft.com> wrote in message
news:F4**********************************@microsof t.com...
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

Nov 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
290
by: Brett | last post by:
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...
4
2751
by: raghu | last post by:
How to find the complexity of a C program? Can anyone explain it with an example... Thanks a lot.
26
7168
by: Lionel B | last post by:
Hi, Anyone know if the Standard has anything to say about the time complexity of size() for std::set? I need to access a set's size (/not/ to know if it is empty!) heavily during an algorithm...
55
6151
by: Zytan | last post by:
I see that static is more restricted in C# than in C++. It appears usable only on classes and methods, and data members, but cannot be created within a method itself. Surely this is possible in...
0
7251
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7148
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7430
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7089
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7517
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3230
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1581
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
451
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.