Link to home
Start Free TrialLog in
Avatar of Zeo
Zeo

asked on

Categorization of Programming Projects

I'm trying to find out if there is are general guidelines for the size of a programming project. In otherwords, what are constitues a small, medium, and a large programming project in C++? Not looking at the complexity of the project but the shear number of lines of code, how many lines of code are necessary for a small project, a medium project, and a large project?

Are there guidelines to this kind of categorization?
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
My personal guidlines:

Small Projects are often fun and have a satisfying sense of accomplishment.

Medium Projects help you make new friends and pay the rent/mortgage.

Large Projects eat away at your hobbies, free time, family, and soul (in that order).