Where to find Information on how to organize larger Arduino projects?

If you already know OOP, it's easy: two tabs per class, one .h one .cpp. One .ino tab only, the main sketch, Just remember to include all the .h files in the .ino too, even if they're already included in some class .h file.