-
Notifications
You must be signed in to change notification settings - Fork 18
convention
I am fan of minimalism and I love expressive coding (with certain context established of course). I love Java but not in fond of it's verbose coding style. So I tried to bring in expressive way of coding Java into my daily programming life. OSGL is one of my effort reflect the intention.
I am aware that many Java programmer especially those very senior person with traditional J2EE experiences wont' vote for my coding style in OSGL. If you are fortunately one of them then probably OSGL is not your cup of tea.
I use several single or double characters to set up the namespace for classes/utilities/functions:
namespace for the following classes/utilities:
- Function interfaces
- Array manipulations
- Types and Instances
- System methods
- Equal/hashCode/toString
namespace for collection classes/utilities
namespace for Exception utilities
namespace for String utilities
namespace for Number utilities
namespace for Input/Output utilities