lawrancej / logisim

Git fork of Logisim code base
http://www.cburch.com/logisim/
GNU General Public License v3.0
211 stars 104 forks source link

Minor changes #66

Closed ghost closed 9 years ago

ghost commented 9 years ago

Clarifications, very small optimizations, better indentation, etc

lawrancej commented 9 years ago

Hey @RyDroid This has lots of good stuff in it, but would you be willing to break this up a bit in light of recent commits? The _ function went away, and we prefer to have curly braces around all if statements and loops, even if they're only one line, for the code style. (I'll admit there's still quite a bit of existing code without curly braces for single statement body loops and if statements)

ghost commented 9 years ago

It is up-to-date!