We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3738680 commit e0929a8Copy full SHA for e0929a8
1 file changed
README.md
@@ -89,11 +89,6 @@ foreign name should be prefixed for disambiguation, or even both.
89
const stopSequenceAsInt = parseInt(stopSequenceAsString);
90
```
91
92
-As soon as you start to have different representations of the same thing in the same function,
93
-disambiguation on the content should be done. For example:
94
-- `timestampAsMoment` vs `timestampAsString`
95
-- `stopSequenceAsString` vs `stopSequenceAsInt`
96
-
97
With some reasonable limits, one shouldn't be afraid to have long variable name, and be more afraid
98
of meaningless names. For example:
99
- `apiStopByStopIdByTripHeadsignByRouteId` should be still preferred as `dict` or `apiStops`.
0 commit comments