Adding transactions to Scala repositories
Not that long ago, I had to review a piece of code that worked like this: receive an HTTP request split the body into 5 parts save each part in a dedicated repository which writes to Postgre...
Not that long ago, I had to review a piece of code that worked like this: receive an HTTP request split the body into 5 parts save each part in a dedicated repository which writes to Postgre...
How many times have you wondered what is hidden under ._1 in a line of code? How many filter conditions were not clear because they relied on tuple accessors? Using tuples is quite easy, although i...