Wheatstone bridge?

Docedison:
The Wheatstone Bridge is a fine tool but because of it's bi-polar nature is much more difficult to directly interface to the A/D inputs on the Arduino.

I dispute that

  int val = analogRead (1) - analogRead (0) ;

is "much more difficult" than

  int val = analogRead (0) ;

?