is it common practice for programmers to go backwards when coding?
whats the point in defining a variable, and then putting it under a uproperty. if you know that a variable is going to need a uproperty, why the hell would you add that last? you were already on the line for the uproperty, yet you put something else there, just to have to move things down a line, to add the uproperty, when your cursor was already there.