deathraygames / civ-clicker

Fork of the open source game CivClicker, by David Holley and Scott A. Colcord
http://deathraygames.com/play-online/civ-clicker/
GNU General Public License v3.0
56 stars 43 forks source link

Disentangle nested ternary operators #47

Closed olleharstedt closed 7 years ago

olleharstedt commented 7 years ago

There's a bunch of nested ternary operators in the code. They should be refactored to make it easier to read.