Skip to main content

Is 10000 lines of code a lot?

That said, 10,000 lines of code is a lot in one file. Even people who don't care about number of lines of code at all rarely have more than 2,000 to 3,000.
Takedown request View complete answer on softwareengineering.stackexchange.com

How many lines of code is considered a lot?

As we can see, a new developer will probably write about 100 lines of code a day, or about 25,000 lines of code in a given working year. In contrast, a more senior engineer is probably writing about 20 lines of code a day, or about 5,000 lines of code in a given working year.
Takedown request View complete answer on medium.com

How long does it take to write 10000 lines of code?

"I don't think it could be more than 10,000 lines of code, and a really good programmer like you should be able to write at least a thousand lines of code per week, so I think it will take you less than 10 weeks to write it, if you're as good as I think you are."
Takedown request View complete answer on news.ycombinator.com

How many lines of code per day is good?

The mythical book, Mythical man month quotes that no matter the programming language chosen, a professional developer will write on average 10 lines of code (LoC) day.
Takedown request View complete answer on blog.ndepend.com

How many lines of code is the average program?

The Android operating system runs on 12-15 million lines.
Takedown request View complete answer on visualcapitalist.com

What I've Learned From Writing 10,000 Lines of Code

How many lines of code is Google?

By comparison, Microsoft Windows—one of the most complex software tools ever built for a single computer—is about 50 million lines. To revist this article, visit My Profile, then View saved stories.
Takedown request View complete answer on wired.com

How many lines of code does Amazon have?

"At DevFactory, we manage over 600 million lines of code across over a hundred enterprise software products.
Takedown request View complete answer on aws.amazon.com

Is 30k lines of code a lot?

30,000 lines is pretty small - I could learn everything about it fairly easily.
Takedown request View complete answer on quora.com

How many lines of code is too much for a class?

In order to help keep methods easy to understand they should be no more than 20 lines of code. This does not include whitespace, closing braces, or comments. If a method gets much longer than 20 lines of code then it is either the algorithm is too convoluted or the method is trying too to do to much.
Takedown request View complete answer on cs.utexas.edu

How much lines of code is GTA?

It took 5 years to develop. 100 coders * 5 years * 12 months * 6000 lines = 36 million lines of code.
Takedown request View complete answer on calendar-canada.ca

Does Mark Zuckerberg code?

Mark Zuckerberg started his coding journey in Grade 6 when he got his first computer. In his own words, he didn't start because he wanted to learn all about computer science or master the discipline of code, but rather because he wanted to build something fun for himself and his sisters.
Takedown request View complete answer on thecodebytes.com

How fast do programmers write code?

Some sources say that the average typing speed worldwide is 40 wpm (word per minute). And there's this answer from Quora saying that the respectable typing speed for programmers should be 50 wpm. If you are a fast typist, probably you could capitalize on your typing skill.
Takedown request View complete answer on designveloper.com

How much time do developers spend actually writing code?

Developers code less than one hour per day

1.
Takedown request View complete answer on software.com

What was Skyrim coded in?

Papyrus is one of the new game programming languages. A scripting system that makes use of advanced programming techniques, Papyrus powers games like Fallout 4 and The Elder Scrolls: Skyrim. Creation Engine, the 3d video game engine, by Bethesda uses Papyrus language widely.
Takedown request View complete answer on juegostudio.com

How many lines of code per hour is good?

Review fewer than 400 lines of code at a time

A SmartBear study of a Cisco Systems programming team revealed that developers should review no more than 200 to 400 lines of code (LOC) at a time.
Takedown request View complete answer on smartbear.com

What software has the most lines of code?

Mac OS X is considered to be the largest operating system ever written. It contains over 85 million lines of codes.
Takedown request View complete answer on freelancinggig.com

What is the rule of 30 in coding?

The rule states that, If an element consists of more than 30 sub-elements, it is highly probable that there is a serious problem: a) Methods should not have more than an average of 30 code lines. b) A class should contain an average of less than 30 methods, resulting in up to 900 lines of code.
Takedown request View complete answer on linkedin.com

How many people fail to learn code?

It mentions somewhere that up as much as 30-60% of students fail their first programming course, and that in schools of lower level than university it can be as much as 80-90%!
Takedown request View complete answer on forum.unity.com

Do classes slow down code?

So, the short answer is NO, public does not slow down your code. A simple function call has negligible cost.
Takedown request View complete answer on stackoverflow.com

How long does it take to write 1000 lines of code?

Time to develop 1000 lines of original, non-trivial code: 3 days. Time to develop 1000 lines of original high-quality code: 2 months.
Takedown request View complete answer on quora.com

How many bugs are in 1000 lines of code?

On average, a developer creates 70 bugs per 1000 lines of code (!) 15 bugs per 1,000 lines of code find their way to the customers. Fixing a bug takes 30 times longer than writing a line of code. 75% of a developer's time is spent on debugging (1500 hours a year!)
Takedown request View complete answer on openrefactory.com

How long is a too long code line?

It is generally agreed that the ideal length for a line of code is from 80 to 100 characters.
Takedown request View complete answer on doc.casthighlight.com

How many lines of code is TikTok?

Microsoft is seeking transfer of TikTok's 15 million lines of code: Faber Report. CNBC's David Faber and Jim Cramer discuss the latest on the talks between Microsoft and ByteDance to acquire social media company TikTok.
Takedown request View complete answer on cnbc.com

How many lines of code is SnapChat?

Some interesting facts: SnapChat app for Android contains 4,452 lines of code. FaceBook contains about 62 million lines of code. NASA's Curiosity Rover contains 2.5 million lines of code.
Takedown request View complete answer on kitchenattendant.com
Previous question
Is it legal to resell PlayStation?
Next question
How old are the Arabs?
Close Menu