Skip to content

Commit e0929a8

Browse files
author
LeoFR
committed
Remove duplicated text
1 parent 3738680 commit e0929a8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ foreign name should be prefixed for disambiguation, or even both.
8989
const stopSequenceAsInt = parseInt(stopSequenceAsString);
9090
```
9191

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-
9792
With some reasonable limits, one shouldn't be afraid to have long variable name, and be more afraid
9893
of meaningless names. For example:
9994
- `apiStopByStopIdByTripHeadsignByRouteId` should be still preferred as `dict` or `apiStops`.

0 commit comments

Comments
 (0)