15
12bitfloat
193d

The downsides of coding drunk: Implementing the same thing you've already implemented but forget you did

Comments
  • 1
  • 3
    @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 <.<
  • 2
    Actually interesting approach to see which parts you keep implementing the same way and which ones change
  • 0
    @retoor you found converging ideas
  • 0
    @Demolishun but... I'm sending the right message about ADHD...
  • 1
    I don't drink but still do it!

    FML!
Add Comment