Advent of Code 2022 is nigh
adventofcode.com
Advent of Code 2022 is nigh
1–10 of 150 posts
Re: Advent of Code 2022 is nigh
#2Re: Advent of Code 2022 is nigh
#3Re: Advent of Code 2022 is nigh
#4Re: Advent of Code 2022 is nigh
#5Re: Advent of Code 2022 is nigh
#6Re: Advent of Code 2022 is nigh
#7I did several of these last year and found them deeply unpleasant. I like puzzles but some puzzles are just...bad. Like the ones that require you to just brute force a solution, or write lots of detailed code to capture the requirements...that shouldn't be what this is. Just my opinion, of course, but like I said I found last year an unpleasant chore that felt more like work. Hope it's not like that this year.
I also think the choice of language matters a lot. I did it in prolog a few years ago and it was super concise because you just dealt with pure logic at that point.
I can see it be more verbose in Java :) but seriously I find these puzzles hard but not in a chore kind of way.
Re: Advent of Code 2022 is nigh
#8I did several of these last year and found them deeply unpleasant. I like puzzles but some puzzles are just...bad. Like the ones that require you to just brute force a solution, or write lots of detailed code to capture the requirements...that shouldn't be what this is. Just my opinion, of course, but like I said I found last year an unpleasant chore that felt more like work. Hope it's not like that this year.
I recently went through the 2021 puzzles and I don't recall having this experience. I also think the choice of language matters a lot. I did it in prolog a few years ago and it was super concise because you just dealt with pure logic at that point. I can see it be more verbose in Java :) but seriously I find these puzzles hard but not in a chore kind of way.
Re: Advent of Code 2022 is nigh
#9I love Advent of Code. I learnt Rust while solving last year's puzzles.
In the 350 (for now) stars club.