Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
retoor18742dAmphetamine also doesn't really help on that area actually. Still, it's way better :P
So, what did you make? -
@retoor I coded something where I thought "this makes so much sense why haven't I done this already" and then while coding the IDE search popped up the old struct I've already written....
And it was basically identical down to the letter to what I've just written lol
In case you care what it actually was; it was a bevy SystemParam that panics if the generic resource doesn't exist... Turns out Bevy apparently just does that now on it's own with the newest version so all of that work was unnecessary <.< -
possum16001dActually interesting approach to see which parts you keep implementing the same way and which ones change
-
retoor18741d@possum I've once wrote smth exactly same two times. It's a win for consistency I guess.
The downsides of coding drunk: Implementing the same thing you've already implemented but forget you did
rant