Archive

joined 1 year ago
[–] Archive@lemmy.world 1 points 8 months ago

I’m not too upset about that. The game looks great visually and graphically.

[–] Archive@lemmy.world 4 points 8 months ago* (last edited 8 months ago) (1 children)

Remember that Stray (the game where you can meow and jump) won most innovative gameplay last year. The Steam Awards is purely a popularity contest, people just vote for the game they played for the badge.

[–] Archive@lemmy.world 7 points 9 months ago

If a block of code needs a comment, then you can easily move that block into a function and summarise the comment into a name for that function. If you can not easily move a block of code into a function, then you may need to rethink your design.

This isn’t always true of course, but it’s a good mindset to have.