Files
notifications-api/app
Chris Hill-Scott 7a412873d3 Refactor for better string concatenation
Using `+` to concatenate strings isn’t very memory efficient. Not sure
if there are real-world implications for how it’s being used here, but
can’t hurt to use `.join` instead.

Rewriting it as a generator also lets us remove some unneeded variable
assignment.
2017-04-03 13:23:33 +01:00
..
2017-02-06 16:20:44 +00:00
2017-03-22 10:54:15 +00:00
2017-01-13 10:24:13 +00:00
2017-04-03 11:17:27 +01:00
2017-03-22 14:22:26 +00:00