Skip to content

Commit

Permalink
Merge pull request #5529 from entur/use_oxford_en_us
Browse files Browse the repository at this point in the history
Use American English [ci skip]
  • Loading branch information
leonardehrenfried authored Nov 24, 2023
2 parents 092a12f + 5a98621 commit 2a7a678
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CODE_CONVENTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Builder initStop(Stop stop) {

## Naming Conventions

In general, we use American English. We use the GTFS terminology inside OTP as the transit domain
specific language. In cases where GTFS does not provide an alternative we use NeTEx. The naming
should follow the Java standard naming conventions. For example a "real-time updater" class
is named `RealTimeUpdater`. If in doubt check the Oxford Dictionary(American).


### Packages

Try to arrange code by domain functionality, not technology. The main structure of a package should
Expand Down

0 comments on commit 2a7a678

Please sign in to comment.