NightOwl888 / ICU4N

International Components for Unicode for .NET
Apache License 2.0
25 stars 8 forks source link

Rename classes/interfaces/enums to conform with .NET conventions #21

Open NightOwl888 opened 4 years ago

NightOwl888 commented 4 years ago

A few violations:

  1. Class names with acronyms should use Pascal casing for the acronym (i.e. IcuService instead of ICUService).
  2. Abbreviations (rather than acronyms) should be eliminated (i.e. Properties rather than Props).
  3. Need clarification on why some types are prefixed with U. Ideally, these would not be prefixed this way as well.