Check if app is "light-weight" or not
Bug #1019214 reported by
Daniel Holbach
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
arb-lint |
Fix Released
|
Undecided
|
Daniel Holbach |
Bug Description
Check if app is "light-weight" or not. This might be a bit tricky, but I'm sure we can come up with something clever to measure if this part is adhered to:
Our focus is on lightweight apps. To give you a general idea, we're looking for the kind of apps that could be reviewed for functionality and security in about an hour reading through the code. We'll also do a licensing and packaging review.
Related branches
To post a comment you must log in.
How about >= 30 source files or >= 20000 lines of code? We could try to find the most common kinds of source file extensions, ie: .py, .java, .c, .h, .cpp, etc.)
What do you feel would constitute "an hour reading through the code"?