balance-io / balance-open

Balance Open: A GPL3-licensed macOS menu bar app for all the world’s currencies.
https://balance.io
GNU General Public License v3.0
289 stars 41 forks source link

Create style guide and refactor code to be a consistent style #537

Open einsteinx2 opened 6 years ago

einsteinx2 commented 6 years ago

Some examples:

  1. Brace placement
  2. If statement or ternary operator
  3. let unwrappedThing = thing vs let thing = thing
  4. let statements on different lines or same line
  5. Lots of other stuff