Y
Hacker News
new
|
ask
|
show
|
jobs
by
jpollock
51 days ago
You are communicating with future readers of the code. The presence of ConcurrentHashMap will lead future engineers into believing the code is threadsafe. This isn't true, and believing it is dangerous.
1 comments
tombert
51 days ago
No, they'll believe that that specific map is thread safe.
link