On 2017-01-26, at 1:12 PM, Philip Oakley <philipoak...@iee.org> wrote:
> 
> Is the project well modularised with no file >100 lines (excepting, maybe, 
> well developed libraries that never change),

100 lines per file??

You're joking, right? That's one of those "in theory" things, right?

First, while I might be able to make each routine of my code 100 lines or less, 
I can't make the whole "group" of things less than 100 lines.

Second, while Objective C lets me have the code for a class in different files, 
so that each file can focus on different parts of the class, Java does not -- 
all of the class's contents, as well as all of the sub-classes that the class 
needs -- has to be in one file.

100 lines per file? One sec < ... walks into the distance like the Mna-me-nah 
guy > bwa-Ha-HA! <walks back up> Sorry, nope.
---
Entertaining minecraft videos
http://YouTube.com/keybounce

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to