#patterns
Read more stories on Hashnode
Articles with this tag
TL;DR Avoid doing this: new HashMap<String, String>() {{ put("key", value); }}; Leak Trace I was recently looking at the following leak trace from...