MartinoMensio / DP2-Labs

Distributed Programming 2 Laboratories @ Polytechnic University of Turin
MIT License
1 stars 0 forks source link

Remove crappy lambda-exception combo #39

Closed MartinoMensio closed 7 years ago

MartinoMensio commented 7 years ago

To go out of lambda a lot of catch-throw of runtime<-->not runtime exception switching is done in assignments 1 and 2.

Remove them, I will loose some performance maybe but it will make code much more clear

MartinoMensio commented 7 years ago

assignment 1 and 3 done. Assignment 2 may need it to perform parallel interactions with service