SMH110 / widgets

1 stars 0 forks source link

Calculator could follow revealing module pattern more closely #22

Closed massimocode closed 8 years ago

massimocode commented 8 years ago

The calculator uses the revealing module pattern, which should avail you of having to use the this keyword. But it still does use it quite a bit. I think it would be a good idea to refactor it at some point to stop using the this keyword. Probably best to wait until after the automated tests are written.

SMH110 commented 8 years ago

Fixed in https://github.com/SMH110/My-Calculator/pull/29