Who has coded the most C#?
-
Just curious who's coded a lot of C#? I'm sure I've typed in over 250,000 loc in C# since 2003 (no auto generating VS add-ins either). Jim
-
Just curious who's coded a lot of C#? I'm sure I've typed in over 250,000 loc in C# since 2003 (no auto generating VS add-ins either). Jim
Its not quantity but quality that counts. :rolleyes: Using the GridView is like trying to explain to someone else how to move a third person's hands in order to tie your shoelaces for you. -Chris Maunder
-
Its not quantity but quality that counts. :rolleyes: Using the GridView is like trying to explain to someone else how to move a third person's hands in order to tie your shoelaces for you. -Chris Maunder
Quality goes without saying. I could add on the lines of code in C# tests if you want. That would bump it up a few hundred thousand more, but those are sometimes copied to create similar tests, so I didn't type them all in. I've deleted a lot of code during refactoring while improving quality. I've probably deleted more C# than most have coded. Jim
-
Just curious who's coded a lot of C#? I'm sure I've typed in over 250,000 loc in C# since 2003 (no auto generating VS add-ins either). Jim
Just as a point of reference, BizTalk 2006 is all written in C#. I think it's got like 1.6 million LOC in it and is the largest pure C# codebase known to exist. In addition...it's pretty dang spiffy. :)
They dress you up in white satin, And give you your very own pair of wings In August and Everything After
I'm after everything
-
Just curious who's coded a lot of C#? I'm sure I've typed in over 250,000 loc in C# since 2003 (no auto generating VS add-ins either). Jim
I've been coding C# since 2002, so 4 years now. If I were to take a guess at who's coded the most C#, I'd pick the guy who is empirically the most zealous about the .NET platform, the CLR, and the C# language. The guy who embraces it wholeheartedly and religiously. The guy who makes it his life to eat, breathe, and sleep .NET code. As I'm sure you've guessed by now, I'm talking about John Simmons / Outlaw Programmer. ;)
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Moral Muscle The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
Just as a point of reference, BizTalk 2006 is all written in C#. I think it's got like 1.6 million LOC in it and is the largest pure C# codebase known to exist. In addition...it's pretty dang spiffy. :)
They dress you up in white satin, And give you your very own pair of wings In August and Everything After
I'm after everything
Wow this is weird, i just did a line count on the number of lines i have written since i started the current project i am on (over 2 years ago) and there is over 500,000 lines, 501,644 to be exact. I didnt realise how many lines were in it :-o , Payrise time me thinks
-
I've been coding C# since 2002, so 4 years now. If I were to take a guess at who's coded the most C#, I'd pick the guy who is empirically the most zealous about the .NET platform, the CLR, and the C# language. The guy who embraces it wholeheartedly and religiously. The guy who makes it his life to eat, breathe, and sleep .NET code. As I'm sure you've guessed by now, I'm talking about John Simmons / Outlaw Programmer. ;)
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Moral Muscle The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
LOL. Good answer. I anticipate an equalling, sincere comment from the OP as well. :) Chris Meech I am Canadian. [heard in a local bar] When I want privacy, I'll close the bathroom door. [Stan Shannon] BAD DAY FOR: Friendly competition, as Ford Motor Co. declared the employee parking lot at its truck plant in Dearborn, Mich., off limits to vehicles built by rival companies. Workers have to drive a Ford to work, or park across the street. [CNNMoney.com] Nice sig! [Tim Deveaux on Matt Newman's sig with a quote from me]
-
Just curious who's coded a lot of C#? I'm sure I've typed in over 250,000 loc in C# since 2003 (no auto generating VS add-ins either). Jim
My copy of llblgen, churns it out by the boatload. Ryan
"Michael Moore and Mel Gibson are the same person, except for a few sit-ups. Moore thought his cheesy political blooper reel was going to tell people how to vote. Mel thought that his little gay SM movie about his imaginary friend was going to help him get to heaven." - Penn Jillette
-
Just curious who's coded a lot of C#? I'm sure I've typed in over 250,000 loc in C# since 2003 (no auto generating VS add-ins either). Jim
What does that matter? Why are you even keeping track of such a statistic? I'm not asking to be snarky, I'm genuinely curious. :rose: Edit: Sorry about the flood of posts. :-O Jon Sagara Look at him. He runs like a Welshman. Doesn't he run like a Welshman? Doesn't he? I think he runs like a Welshman. Sagara.org | Blog | My Articles -- modified at 12:36 Friday 10th March, 2006
-
My copy of llblgen, churns it out by the boatload. Ryan
"Michael Moore and Mel Gibson are the same person, except for a few sit-ups. Moore thought his cheesy political blooper reel was going to tell people how to vote. Mel thought that his little gay SM movie about his imaginary friend was going to help him get to heaven." - Penn Jillette
I :love: LLBLGen Pro.
They dress you up in white satin, And give you your very own pair of wings In August and Everything After
I'm after everything
-
What does that matter? Why are you even keeping track of such a statistic? I'm not asking to be snarky, I'm genuinely curious. :rose: Edit: Sorry about the flood of posts. :-O Jon Sagara Look at him. He runs like a Welshman. Doesn't he run like a Welshman? Doesn't he? I think he runs like a Welshman. Sagara.org | Blog | My Articles -- modified at 12:36 Friday 10th March, 2006
Jon Sagara wrote:
What does that matter? Why are you even keeping track of such a statistic? I'm not asking to be snarky, I'm genuinely curious
I was simply curious. I haven't kept track of the statistic myself religiously either. A couple times over the years I ran a line counter over my source. I was just daydreaming over coffee and plugged some rough estimates together for my number in my original post. I will run a line counter at some point this afternoon for a more definate number:) Jim
-
Just curious who's coded a lot of C#? I'm sure I've typed in over 250,000 loc in C# since 2003 (no auto generating VS add-ins either). Jim
I guess the VS WinForms designer has written more code than any single human being can do in a 100 life times :rolleyes: Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
The Ultimate Grid - The #1 MFC grid out there! -
I guess the VS WinForms designer has written more code than any single human being can do in a 100 life times :rolleyes: Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
The Ultimate Grid - The #1 MFC grid out there!But is it quality code?:(( Jim
-
But is it quality code?:(( Jim
Jim Bennett wrote:
But is it quality code?
No, it's not :sigh: Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
The Ultimate Grid - The #1 MFC grid out there! -
But is it quality code?:(( Jim
Most of it is. I haven't found the forms designer in VS 2005 to be too terribly bad. The WebForms designer rocks now too.
They dress you up in white satin, And give you your very own pair of wings In August and Everything After
I'm after everything
Modified on: Friday, March 10, 2006 1:23:46 PM --
-
Just curious who's coded a lot of C#? I'm sure I've typed in over 250,000 loc in C# since 2003 (no auto generating VS add-ins either). Jim
It's more like, who actually counts how many lines of code they write? :rolleyes: Jeremy Falcon
-
Most of it is. I haven't found the forms designer in VS 2005 to be too terribly bad. The WebForms designer rocks now too.
They dress you up in white satin, And give you your very own pair of wings In August and Everything After
I'm after everything
Modified on: Friday, March 10, 2006 1:23:46 PM --
David Stone wrote:
Most of it is. I haven't found the forms designer in VS 2005 to be too terribly bad. The WebForms designer rocks now too.
Partial classes are not too terribly bad? Not to get too off topic :) Jim
-
Its not quantity but quality that counts. :rolleyes: Using the GridView is like trying to explain to someone else how to move a third person's hands in order to tie your shoelaces for you. -Chris Maunder
Sounds like that interview question we used to get in the early 90's? "How many lines of C++ code have you written?" Incredibly stupid question as one of the main benefits of C++ is not reinventing the wheel constantly. Tom Archer (blog) Program Manager MSDN Online (Windows Vista and Visual C++) MICROSOFT
-
It's more like, who actually counts how many lines of code they write? :rolleyes: Jeremy Falcon
Refactoring lets you do more with less over time, so lines of code don't really count for much, but it is fun to think about over a cup of coffee. Jim
-
David Stone wrote:
Most of it is. I haven't found the forms designer in VS 2005 to be too terribly bad. The WebForms designer rocks now too.
Partial classes are not too terribly bad? Not to get too off topic :) Jim
Partial classes are nice. Although that's the one C# 2.0 feature that I really don't care that much about.
They dress you up in white satin, And give you your very own pair of wings In August and Everything After
I'm after everything