• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 29th, 2023

help-circle





  • I hear this quite a bit, and think there’s actually a good deal of nuance to it. I’ve seen places that insisted on comments for everything, and it was silly, a significant number of comments had no value. This made people not read comments, as opposed to other places I’ve worked with very few comments - when you ran across a comment you gave it more weight (something here was complex, or not as simple as it seemed).

    So imo, use comments which can communicate effectively, but use them sparingly for important parts that are complicated, for the rest attempt to communicate with the code itself.



  • Giving someone a bad review is stating ng your opinion, telling others to do the same is more of the same, just like you’ve done here.

    The reason for crunch is oversupply of employees who want to work in the industry or product. This doesn’t happen where employees value their time, or there is a undersupply of talent.

    Games are not cheap when compared to other entertainment, and they involve the same magnitude of costs, these are businesses and crunch is exploiting talent.

    There is a bad actor here, but it’s not the customer.


  • review bombing them and calling for boycotts because they raised their prices is fucking bullshit.

    Just like you’ve stated your opinion here, they also can and should do that.

    I wish every gamer had to work through crunch on at least one game

    This is silly, developers shouldn’t put up with crunch, but the blame for this doesn’t lie with the customers, but instead with the corporation exploiting them.

    You seem to be attacking the customer, and commiserating with the employees, but completely ignoring that somewhere all the value of the enterprise is being extracted. All in favour of status quo, this is terrible for everyone who actually works on the game, or pays for the game.



  • For my local team: Generally a container (docker) for local dev. My team uses go so sometimes a Makefile without docker is enough. For other teams i’ve mostly i see docker.

    for multiple apps this can get more complicated, docker compose, or skaffold is what i generally reach for (my team is responsible for k8s clusters so skaffold is pretty natural). I’ve seen other teams use garden.

    hashicorp makes something called waypoint which i’ve never used. Nix people seem to be well liked as well.






  • Personally i prefer go, but these are pretty standard languages; so learning the in’s and out’s really isn’t all that time consuming (you aren’t going to have to change how you think about programming like say rego). Since you have python experience these should be no big deal, but maybe worth playing with a bit if you are trying to get a job in either language and need to cross off that bullet.

    As for expanding your learning, i’d try something like functional programming (haskell), or query language like rego above. Neither of these will be great for your resume though.