this post was submitted on 06 Sep 2025
1217 points (98.1% liked)

Gaming

5840 readers
463 users here now

!gaming is a community for gaming noobs through gaming aficionados. Unlike !games, we don’t take ourselves quite as serious. Shitposts and memes are welcome.

Our Rules:

1. Keep it civil.


Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only.


2. No sexism, racism, homophobia, transphobia or any other flavor of bigotry.


I should not need to explain this one.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Try not to repost anything posted within the past month.


Beyond that, go for it. Not everyone is on every site all the time.



Logo uses joystick by liftarn

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] petrol_sniff_king@lemmy.blahaj.zone 4 points 1 day ago (1 children)

If you're making something you like, you can't really fail. :) That's the only way to be an artist in the face of criticism.

I love looking at my old work.

[–] cows_are_underrated@feddit.org 4 points 1 day ago (2 children)

Then you never had to look at your old code (that tends to be of way worse quality than what you are currently coding due to improved skills) xD

[–] petrol_sniff_king@lemmy.blahaj.zone 2 points 1 day ago (1 children)

I look at my old code all the time.

If you keep things organized and well documented, its poor quality really shouldn't bother that much.

[–] cows_are_underrated@feddit.org 1 points 1 day ago (1 children)

While that's true and I do document my code, I still get the urge to rewrite big parts of it. In the end I will in fact rewrite it, but that's because I want to turn the original version of the code into a more general system that I can then use for my future work/projects.

[–] petrol_sniff_king@lemmy.blahaj.zone 2 points 1 day ago (1 children)

As long as you're doing this for fun/function and not because you're embarrassed, then that's fine. :p I wrote my own tween library in javascript purely because that just sounded like a great weekend, haha.

I will turn it into a general system for two reasons:

1: Because I know I can rewrite my old code in much better quality

2: Because this is something that I and my work colleagues may need regularly, so we dont have to rewrite it from scratch every time.

[–] parip@lemmy.cif.su 0 points 1 day ago (1 children)

Really? I have almost the exact opposite experience when I look at my old code.

I'm usually afraid that it's junk and I could've done better, but then I'm routinely impressed by what I've written and go "Man, I did a good job with this."

[–] cows_are_underrated@feddit.org 1 points 21 hours ago

For me its because I do not code that mich, so when I coded like 6h a day for about 3 weeks I learned so much, that the stuff I wrote at the beginning of that 3 week time period looks kinda awful. There are some key elements that I would change if I would rewrite it, but I kinda dont want to, just for it to be a bit cleaner, since this would mean I would have to change a shit ton of stuff.