Skip to content

Commit

Permalink
BarChartRenderer Logic cleanup (#3008)
Browse files Browse the repository at this point in the history
* Logic cleanup

Mostly using guard where appropriate
Few very minor performance improvements

* Made use of `==` where appropriate to simplify logic

* Returned fatalError message

* Replaced `Buffer` class

with simple typealias. There was only one instance where reference semantics might have be helpful, but was easily reimplemented with value semantics.
  • Loading branch information
jjatie authored Jan 6, 2018
1 parent 85573ee commit 11ff349
Show file tree
Hide file tree
Showing 2 changed files with 1,365 additions and 1,441 deletions.
Loading

0 comments on commit 11ff349

Please sign in to comment.