• 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
rss


  • I recently got into video game development, and I’ve had so much fun, and it’s given me some much-needed meaning. I’ve solved problems unique to my game using programming skills as well as game design skills, and it feels meaningful because i can send it to my friends and they can enjoy it without needing to appreciate any of the technical aspects. I get to be creative about how people I care about can have more fun. It could also involve your music composition hobby, since every good game needs some music and sound design! I’m a programmer for my day job so most things I do there are only meaningful to other programmers, and the problems I solve there are incredibly boring ones.

    Edit: I saw your comment about being burnt out on programming, and I totally understand that. That happens to me frequently. I enjoy programming as a hobby when I’m not burnt out so we’re kinda in different boats there. There are lots of skills involved in making games and the variety has really refreshed me, though I’ve still gotten sick of sitting at a computer while working on it.














  • Learning new programming languages is an awesome way to expand your programming brain. If you want to stay in the same scientific computation niche, you can check out Julia or Mathematica. If you’re just looking to broaden your horizons, the world is your oyster. For me, learning Clojure really cooked my noodle but made me a much better programmer since it taught me functional programming.

    Also, just read other peoples code! You can learn the conventions that way. Though for you it would best to find other products within your niche, because I’m not sure if general web dev code would be super helpful.

    There are techniques that are broader than any single language’s conventions, and I think learning those are how you can improve. That’s hard to teach, though, and it comes from experience with a few different languages, in my opinion.

    And honestly, I can totally respect the “conventions be damned” attitude, because at the end of the day, you’re trying to make something that works, and if nobody else is reading that code, you’ve made the right trade-off.