Table of Contents
How many lines of code is a big project?
Diseconomies of Scale and Lines of Code
Project Size | Lines of code (per year) | COCOMO average |
---|---|---|
10,000 LOC | 2,000 – 25,000 | 3,200 |
100,000 LOC | 1,000 – 20,000 | 2,600 |
1,000,000 LOC | 700 – 10,000 | 2,000 |
10,000,000 LOC | 300 – 5,000 | 1,600 |
How many lines of code can a programmer write per day?
The table below shows the results of our calculations, which, again, are based on educated guesses. 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.
What is considered a large code base?
Large – 20000 to 50000 lines. Detail knowledge is limited to immediate work and everything else is having a birds-eye sense of where stuff is in the code.
How long does it take to write 50000 lines of code?
So writing code must be the most important thing, correct? If the average programmer writes about 50 lines of production code a day. A 50,000 line program would take 1,000 man days to produce. The 50,000 line listing can be entered by a programmer at about 1,000 lines a day or about 50 man days.
How do you learn a Codebase?
9 tips to learn a new codebase quickly
- Get a big picture of the application and features you will work on.
- Find someone who worked with that code before and ask them to walk you through it.
- Debug, debug, debug!
- Don’t be stuck for too long, ask for help.
- If you don’t know something let others know.
- Ask for code review.
Do Bill Gates know coding?
As the co-founder of Microsoft, Bill Gates is considered to be one of the pioneers of today’s home computing, but he admits that his programming skills are now a little “rusty”. “I was 13 years old when I fell in love with programming,” he wrote on his blog, Gates Notes, in 2018.
How long does it take to write 1000 lines of code?
1000 lines is small (sometimes, in one or two week-ends of personal work, I reach that, or in less than a week at work – where I am perhaps less productive than at home). A developer is considered writing more than twenty thousands source code lines (including debugging & testing) per year, and some developers can sometimes write 50KLOC/year.
How many lines of code does it take to run Android?
The Android operating system runs on 12-15 million lines. The Large Hadron Collider uses 50 million lines. Not including backend code, Facebook runs on 62 million lines of code.
How many lines of code does it take to build a program?
How many millions of lines of code does it take to make the modern program, web service, car, or airplane possible? The range is extraordinary: the average iPhone app has less than 50,000 lines of code, while Google’s entire code base is two billion lines for all services.
Is 1000 lines of code too big for a game?
It really depends on what the program is supposed to do. 1000 lines of code is huge for a program that prints out a fibonacci sequence, but pretty tiny for a 2D browser game. In general, I’d say it fits the description for a small personal project.