We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de49504 commit cb9723bCopy full SHA for cb9723b
clean-abap/CleanABAP.md
@@ -404,6 +404,11 @@ for example `country` for a "table of countries".
404
Common tendency in the outside world is to use the plural for lists of things.
405
We therefore recommend to prefer `countries` instead.
406
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
+
412
> Read more in _Chapter 2: Meaningful Names: Use Intention-Revealing Names_ of [Robert C. Martin's _Clean Code_].
413
414
### Use pronounceable names
0 commit comments