Simple, clean interfaces
Provide the users of your DataBlade module
with a simple, clean interface by following these guidelines where
possible:
- Give your routines meaningful, “self-documenting” names.
- Take advantage of polymorphism.
- Limit the number of arguments each routine takes.
- Avoid creating modal routines.