As a C programmer and learning Java, I like to keep things VERY SIMPLE!!!
so normally I would have my file pins.h which would include a bunch of #defines like RST_1 13, etc. This now keeps me sane when trying to use it and stops me from wondering if is it this pin or that pin. (for amplification please see it below.
So in the same header file I also want my pinMode statements which now can use my mnemonics rather than the stupid pin number. this now is hitting close to 20-30 lines.