You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simon Redfern edited this page Mar 9, 2017
·
8 revisions
Developers working on OBP API source code should follow these guidelines:
Don't introduce inconsistencies in names
For instance, View permissions are named can_add_..., can_see_..., can_edit_ , can_delete_...
So, whilst it might be tempting to start following Create Read Update Delete (CRUD) names instead, don't.
Don't introduce abreviations
For instance don't call bankId bank or accountId account.