I use 'Int' variables instead 'Byte' because it seems to me more practical to use in comparisons, conversions.
How? The type of a variable matters little when constructing an if statement, for instance. When converting from one type to another to another, the types matter, but converting from byte to float is exactly the same as converting from int to float.
This statement needs some additional explanation, I think.