Click here to Skip to main content
Sign Up to vote bad
good
See more: C++JavaDevelopment
i am newbie to open source projects,
i want to find open source projects that a suitable for me,
how can i find open source projects that are less than ten thousand line ?
from source forge or another websites?
i tried in the web but couldn't find any solution
Posted 19 Jun '12 - 5:58

Comments
Sergey Alexandrovich Kryukov - 19 Jun '12 - 12:00
The request makes no sense at all. Why? How it's possible? If one project is below 1000 lines, it will grow later. What's the point and how it matters? --SA

3 solutions

Open source projects are not listed by number of code lines.
 
In fact "lines of code" has been depreciated as a metric for years, particularly for high level languages where coding style alone can have a massive affect on code lines count. Do:
if (condition)
   {
   statement;
   }
else
   {
   statement;
   }
And:
if (condition) statement;
else statement;
Have the same number of lines of code?
Even if they do, the size of the code is not a measure of it's quality!
 
Look for a project that has a relevant, or interesting subject - or better still get a book and work your way through it if you are trying to learn the language. Learning from random code is a bad way to do it - you miss far too many basics.
  Permalink  
Comments
Sergey Alexandrovich Kryukov - 19 Jun '12 - 12:56
Of course the first style is a sign on a better developer: more productive, in lines of code :-). Who knows what OP wants? My 5. --SA
it seems you are newbie to programming, but if you are familiar with programming you can find free lance projects over internet which are in different languages like:
http://www.scriptlance.com/[^]
http://www.freelancer.com/[^]
you can search for open source projects or you can contribute with open source communities!
 
but as the last solution told,it's wrong to measure your code by number of lines,because it depends on programmer and the algorithm.
  Permalink  
Projects are not measured by a number of lines, period.
 
Please take a look at my comment to the question. I cannot see any sense in this request at all. Care to explain?
 
—SA
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 333
1 OriginalGriff 261
2 Mohammed Hameed 198
3 Mayur_Panchal 153
4 Dave Kreskowiak 125
0 Sergey Alexandrovich Kryukov 8,171
1 OriginalGriff 6,236
2 CPallini 3,482
3 Rohan Leuva 2,703
4 Maciej Los 2,234


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 19 Jun 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid