Reputation: 77121
Class names can be abbreviated as follows:
CustomerService => CS
CustomerPaymentService => CPS
UnpaidBillRetriever => UBR
FindAnyRemainingOpenUserTrasactions => FAROUT
This is supported by control-N (idea) or control-shift-T (eclipse). After some initial re-learning I now use this naming strategy heavily. But what is it called ?
Upvotes: 0
Views: 229
Reputation: 24609
It's called Camel-Case. Since you would only take the upper letters.
Upvotes: 1