19
cosme
7y

Today I reached a point where I made an really bad looking, uneficient, unreadable function, but it works!, That's what counts right?!

Just kidding, I just couldn't fix it, hopefully the me from tomorrow will be smarter.

Comments
  • 1
    We all do it, just try make it pretty before you commit 🤣
  • 5
    Knowing it is ugly and that you cannot find a better way is the first step in improving it.

    That means you will be open to new ideas when they present them self, either through something you read or through a colleague's suggestion.

    If you on the other hand believe your code to be perfect and recent any new ideas or suggestions then it will never improve.

    So you are on the right track :D
  • 1
    @daarkfall Oh, good I thought I was the only one.
  • 0
    @Voxera thank you for your inspiring words, your very kind.
  • 0
    @cosme for me it's anything networky I have a bad habit of defining new sockets constantly during the 'dev' phase then rewriting it to use a pooled socket manager​ I don't every time without fail😔
  • 0
    Did the same today. I feel bad
  • 2
    It happens.. give it some time.. take a break.. maybe next when you edit the code, you might get some ideas to fix it..
Add Comment