Skip to content

Commit cb9723b

Browse files
Use plural only for variables, members etc., maybe not for databases (#109)
1 parent de49504 commit cb9723b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clean-abap/CleanABAP.md

+5
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,11 @@ for example `country` for a "table of countries".
404404
Common tendency in the outside world is to use the plural for lists of things.
405405
We therefore recommend to prefer `countries` instead.
406406

407+
> This advice primarily targets things like variables and properties.
408+
> For development objects, there may be competing patterns
409+
> that also make sense, for example the widely used convention
410+
> to name database tables ("transparent tables") in singular.
411+
407412
> Read more in _Chapter 2: Meaningful Names: Use Intention-Revealing Names_ of [Robert C. Martin's _Clean Code_].
408413
409414
### Use pronounceable names

0 commit comments

Comments
 (0)