473,698 Members | 2,643 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Largest program you have written

Just curious
What is the largest program you have written in terms of source code length
and complexity?

Howard
Aug 7 '06 #1
6 1614
Howard,
Not sure I really get the point here. Most "large programs" are written by a
team of developers and have many different component parts and assemblies.
For example, in 2001 I worked as a team lead to convert retail banking
software that was originally written in classic COM to the .NET platform.
There were 18 total developers, broken into teams based on things like UI,
Data layer, Middleware, and other functionality. I never bothered to count
the total lines of code or even the number of assemblies in the finished
product, because my focus was to make sure that everybody did what they were
supposed to be doing and that it "fit" with what the other teams were doing.
It turned out at the MS Testing labs in Charlotte to be 1000% faster than the
original COM implementation, by the way.
Hope that makes sense.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Howard" wrote:
Just curious
What is the largest program you have written in terms of source code length
and complexity?

Howard
Aug 7 '06 #2
I see. very impressive.

"Peter Bromberg [C# MVP]" <pb*******@yaho o.nospammin.com wrote in message
news:FB******** *************** ***********@mic rosoft.com...
Howard,
Not sure I really get the point here. Most "large programs" are written by
a
team of developers and have many different component parts and assemblies.
For example, in 2001 I worked as a team lead to convert retail banking
software that was originally written in classic COM to the .NET platform.
There were 18 total developers, broken into teams based on things like UI,
Data layer, Middleware, and other functionality. I never bothered to
count
the total lines of code or even the number of assemblies in the finished
product, because my focus was to make sure that everybody did what they
were
supposed to be doing and that it "fit" with what the other teams were
doing.
It turned out at the MS Testing labs in Charlotte to be 1000% faster than
the
original COM implementation, by the way.
Hope that makes sense.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Howard" wrote:
>Just curious
What is the largest program you have written in terms of source code
length
and complexity?

Howard

Aug 7 '06 #3
Many business systems are defined by the number of associated tables. I
worked for quite some time on a 1000+ table system.

Of course this system wasn't necesarily complex ... smaller systems can be
much more complex than many of the larger systems.

Cheers,

Greg

"Howard" <ho*******@yaho o.comwrote in message
news:uR******** ******@TK2MSFTN GP04.phx.gbl...
Just curious
What is the largest program you have written in terms of source code
length and complexity?

Howard

Aug 7 '06 #4
I worked on a relatively small system for an on-line banking system in the
UK.

The tables numbered in the low hundreds but it had to handle several million
banking transactions per hour (in a peak at lunchtime). It was fun. At the
time we had to ditch MSSQL (6.5) and use DB/2 with Java stored procedures
and VB6 COM+ for the data and business logic layers.

--

BlackWasp
http://www.blackwasp.co.uk/
"Greg Young" <dr************ *******@hotmail .comwrote in message
news:ew******** ******@TK2MSFTN GP04.phx.gbl...
Many business systems are defined by the number of associated tables. I
worked for quite some time on a 1000+ table system.

Of course this system wasn't necesarily complex ... smaller systems can be
much more complex than many of the larger systems.

Cheers,

Greg

"Howard" <ho*******@yaho o.comwrote in message
news:uR******** ******@TK2MSFTN GP04.phx.gbl...
>Just curious
What is the largest program you have written in terms of source code
length and complexity?

Howard


Aug 7 '06 #5
Howard,
What is the largest program you have written in terms of source code
length and complexity?
The worst one

Cor

"Howard" <ho*******@yaho o.comschreef in bericht
news:uR******** ******@TK2MSFTN GP04.phx.gbl...
Just curious
What is the largest program you have written in terms of source code
length and complexity?

Howard

Aug 7 '06 #6
Touché, Cor.

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Cor Ligthert [MVP]" wrote:
Howard,
What is the largest program you have written in terms of source code
length and complexity?

The worst one

Cor

"Howard" <ho*******@yaho o.comschreef in bericht
news:uR******** ******@TK2MSFTN GP04.phx.gbl...
Just curious
What is the largest program you have written in terms of source code
length and complexity?

Howard


Aug 8 '06 #7

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

Similar topics

4
2441
by: mickeyg | last post by:
What is the largest site that use PHP? By large site I mean a havy trafic site? How do you scale up a php site when you have a lot of traffic?
2
8887
by: Keke922 | last post by:
I have to write a program that allows the user to enter a series of integers and -99 when they want to exit the loop. How do I display the largest and smallest number the user entered?
7
7031
by: Nicholas | last post by:
How can I get the largest possible value of the Integer Constants and use it in the program for these types: 1. int 2. long 3. unsigned short Thanks
20
5091
by: Rajesh | last post by:
Hello Everybody, Can anybody help me to write a C program for finding the second largest element in an array. without using any sort algo. The array may conatin duplicate elements. The algo should run in O(n) time. Rajesh
19
8581
by: ramu | last post by:
Hi, I have, suppose 1000 numbers, in a file. I have to find out 5 largest numbers among them without sorting. Can you please give me an efficient idea to do this? My idea is to put those numbers into a binary tree and to find the largest numbers. How else can we do it? Regards
32
11430
by: ramakrishnadeepak | last post by:
HI Everybody, I 've to submit a program on c.Can any one help me plz.........The problem is like this:: Write a program which computes the largest palindrome substring of a string. Input: The input is the string whose largest palindrome substring should be
6
1358
by: Howard | last post by:
Just curious What is the largest program you have written in terms of source code length and complexity? Howard
3
3948
by: HEMH6 | last post by:
Who can help solve this problem??? Finding the Largest Value (a) write a function, largest(), that returns the largest value in a signed integer array. The array and its size are passed as arguments. (b)Write a main program that inputs MAX values from the keyboard into a signed integer array, array, and points, using largest(), the largest value to the screen.
8
12178
crystal2005
by: crystal2005 | last post by:
I am writing a program that receive maximum of 25 line of string each has 20 characters maximum. The program will print the smallest and the largest string. However the following program gives me Segmentation fault (core dumped) :(( It looks simple but i have no idea what went wrong.... Can anyone help me out?? #include<stdio.h> #include<stdlib.h> #include<string.h> #define MAX_INPUT 25
0
8611
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9170
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9031
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8904
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7741
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6531
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5867
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4372
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2007
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.