-
cons: - added complexity for no real gain. .NET names are perfectly usable as is - extra magic to keep in your head - docs/errors will use real .NET names and not lispy names - makes different names mean the same thing e.g. DateTime and date-time
-
pros: - it looks really nice!!! - avoids clashing naming conventions in a single file - its opt in and localized, so it shouldnt take you by surprise and you can ignore it if you like
