tewtal / SMZ3Randomizer

Super Metroid & A Link to the Past Crossover Item Randomizer V11
https://samus.link/
MIT License
75 stars 31 forks source link

Logic log fix #37

Closed RebelusQuo closed 4 years ago

RebelusQuo commented 4 years ago

Let's talk about the logic code formatting. This what I want to see. What, if any, do you find confusing in this style? I know I have left end parenthesis trailing if they are the last parts of an expression in a location, is that an example of such a source of confusion? do you prefer to place operators after line breaks rather than at the end of lines? and so on...