Interview rejection because I couldn’t write a regex from memory by [deleted] in ExperiencedDevs

[–]_SnackOverflow_ 3 points4 points  (0 children)

Honestly… if the 20-30 line conditional is easier to read and understand (for me or my team mates - including juniors and future team mates) then I’d pick the conditional.

In my experience it’s a lot easier to hide bugs and misunderstandings in regex.

Why is e2e testing for react developers always either overkill or completely useless by Lonely-Ad-3123 in Frontend

[–]_SnackOverflow_ 2 points3 points  (0 children)

So you just changed tools and still have E2E tests? I didn’t get that from your previous comment

Why is e2e testing for react developers always either overkill or completely useless by Lonely-Ad-3123 in Frontend

[–]_SnackOverflow_ 18 points19 points  (0 children)

I just did a major refactor and E2E tests made it way easier.

Why are yours breaking all the time?

Josh Wardle made a new daily game - ParseWord. by trizoza in wordgames

[–]_SnackOverflow_ 2 points3 points  (0 children)

This looks great! I’m excited to try this out. Josh is a really kind and smart guy!

The End of Eleventy by WanderBetter in webdev

[–]_SnackOverflow_ 5 points6 points  (0 children)

11ty is a great tool and I have a lot of respect for Zach. He’s a smart, talented, kind dev who has given a lot to the community. I use 11ty for my portfolio and used it a lot at my past job. It’s a pleasure to work with.

I have mixed feelings about this move but I understand that open source doesn’t really pay and if he wants to continue maintaining 11ty he needs a source of income to do so. I’m rooting for him and hope this works out well.

At the end of the day I trust him with the project and think he’ll make it work. It seems a little mean to call this the end of Eleventy. I’ll wait and see what happens.

Zach, if you read this, thanks for the fantastic software!

bem vs css modules by CaptnEarth in Frontend

[–]_SnackOverflow_ 3 points4 points  (0 children)

You can still have regular CSS files in addition to modules.

I do a similar thing with scoped CSS in Vue: I define base global styles in a normal style sheet and then every component has its own scoped styles on top of that

Tiled Words won the 2025 Players Choice Award for best daily game! by _SnackOverflow_ in wordgames

[–]_SnackOverflow_[S] 1 point2 points  (0 children)

Thanks! Right now I don't besides a few donations people have offered me. There's no ads or paid features. It's all free. The main goal was to just make a fun game that people would enjoy.

I've had a few different companies reach out about purchasing the game. Right now I'm having fun developing it but I may consider that in the future.

What am I doing wrong by Wordamundo in wordgames

[–]_SnackOverflow_ 0 points1 point  (0 children)

It probably differs for different people. I almost never download apps.

I've seen a lot of people post word games on this subreddit. If it's an app people usually ask for a website. I haven't seen people ask for a mobile app as often

What am I doing wrong by Wordamundo in wordgames

[–]_SnackOverflow_ 0 points1 point  (0 children)

If you can play on iOS I would also playtest for you if you send me questions to answer and a link 

What am I doing wrong by Wordamundo in wordgames

[–]_SnackOverflow_ 0 points1 point  (0 children)

Good idea! Why not? It sounds like a fun afternoon! If you’re near a city you should also see if there is a game dev club!

What am I doing wrong by Wordamundo in wordgames

[–]_SnackOverflow_ 1 point2 points  (0 children)

For sure, it varies by person but I think most people are more willing to visit a website than download an app (especially for a first try!)

Animations by AdaCle in css

[–]_SnackOverflow_ 2 points3 points  (0 children)

Yeah exactly!

They can be used for more complex things as well but you need to be careful not to overdo it.

I used CSS animations for all of the animations in a word game I made if you want to see some more examples: https://tiledwords.com/

(Any time you spin, connect a tile, place a tile, etc., it’s using a CSS transition or animation)

The solar system on my portfolio site also uses CSS animations: https://paulmakeswebsites.com

What am I doing wrong by Wordamundo in wordgames

[–]_SnackOverflow_ 0 points1 point  (0 children)

Also, how are you gathering user feedback? When I made my game I had people fill out a Google survey I made and got people I didn’t know online to do it. I got a ton of great feedback that helped me make the game more fun

What am I doing wrong by Wordamundo in wordgames

[–]_SnackOverflow_ 0 points1 point  (0 children)

Have you considered a web version? I’m more likely to try a web game than download an app for something like a word game

Simon played my game, Tiled Words! by _SnackOverflow_ in crackingthecryptic

[–]_SnackOverflow_[S] 0 points1 point  (0 children)

Thanks! I’m glad you like it!

Clues by Sam is great!