Exception Handler Solved

eric at kolotyluk.net eric at kolotyluk.net
Thu Dec 23 22:08:52 UTC 2021


I was able to solve my InterruptedException Handler problem, so I really appreciate the help I got… lessons learned

 

1.	If one JavaDoc page does not tell you what you want, keep looking
2.	There are good reasons we write unit tests

a.	When writing behavioural unit tests, we best switch hats from the brilliant developer to the evil genius
b.	When writing concurrent unit tests, concurrency brings its own brand of evil
c.	Respect Murphey’s Law

3.	There are good reasons to stay aways from low level concurrency issues

a.	It can be hard to reason correctly about concurrency, which is why people like Brian make billions of dollars on concurrency books ��
b.	The last decade or so, I have only been working with high-level concurrency APIs, and have grown complacent
c.	But sometimes we must go down to the basement to see why things are not working right

 

Cheers, Eric



More information about the loom-dev mailing list