LSAClassOf2000

November 10th, 2015 at 6:04 PM ^

It's a difficult comparison to make though as Iowa isn't exactly Michigan - consider that the QB ratings are within a few points of one another (133.5 to 129.7, but different teams and different schemes), which is not a bad tribute to his ability to pick up and learn. Also, he's actually being support by a running game that has been somewhat more productive than Iowa's was last year - Iowa had 22 rushing TDs all of last year, whereas Michigan has 23 of them right now. I guess I would say that the ability to make good statistical comparisons is limited here.

laus102

November 10th, 2015 at 8:39 PM ^



#import <NSQuarterback/NSQuarterback.h>

@interface MichiganQBs : NSObject 

@property (atomic, strong) NSQuarterback *rudock; 

@property (weak) NSQuarterback *shane;

- (void) saySomethingGreatRelatedto: (NSString *)topic now();

@end

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#import "MichiganQBs.h"


int main(int argc, const char *argv[]) {

      @autoreleasepool {

             MichiganQBs *Harbaugh = [MichiganQBs alloc] init];

             Harbaugh.shane = nil;

             [Harbaugh.shane cutFromDepthChart]; 

             NSString *topic = BreakingBad;

             [Harbaugh saySomethingGreatRelatedTo:topic now];

       }

       return 0;

}


//~~~~~~~~~~~output~~~~~~~~~~~~~~~~~~~~~~

I AM THE ONE WHO KNOCKS