As a general style question, is it better to have ...
# exposed
j
As a general style question, is it better to have multiple
transaction {}
blocks within a method or is it ok to wrap a large portion of your method in a
transaction {}
block?