@NfNitLoop ("Cody C. #BLM") wrote:
Agreed.
Additionally: Every linked list I’ve come across professionally has been somebody using it for “performance” when in fact an ArrayList(/Vec/etc.) would perform better.
Had to write sample code to convince a team lead to stop dinging Jr. devs’ PRs to use LinkedLists 😣
with quote tweet:
You literally never want a doubly linked list. I have never used a doubly linked list in my entire career and can’t think of a single use case that isn’t better served by other data structures. Even singly-linked lists make more sense.