this post was submitted on 05 Dec 2024
3 points (100.0% liked)

Haskell

467 readers
6 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] wewbull@feddit.uk 1 points 2 weeks ago (1 children)

The advent of code is to help people learn, and part of that is teaching people that the data structures matters. Toy problems help people see patterns, and just going "we'll use a map despite it being a poor choice" doesn't teach anything except an anti-pattern.

[โ€“] hungryjoe@functional.cafe 2 points 2 weeks ago

@wewbull @Noughtmare knowing when to say "this isn't the perfect data structure, but it's convenient, and it's fine for this use-case" is a perfectly acceptable lesson to learn