krosenvold
krosenvold

Reputation: 77121

What is this notation called?

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

Answers (3)

boutta
boutta

Reputation: 24609

It's called Camel-Case. Since you would only take the upper letters.

Upvotes: 1

NinethSense
NinethSense

Reputation: 9028

May be 'alias'?

Upvotes: 0

Peter Lawrey
Peter Lawrey

Reputation: 533472

I would call it an acronym.

Upvotes: 3

Related Questions