37
Awlex
6y

Sometimes I should think twice before committing (Thank god there are no contributors beside me yet)

Comments
  • 0
    That's absolutely normal... noone can write error free code on the first try.
  • 1
    My commit messages used to turn into crazy homeless rants in the forest when I knew there were no contributors.
  • 0
    Once I made a try-catch on error handling and guess what? It saved my ass because it caught an exception when sending a log to a logging system. The error message was too long. The code didn't crash so I'm glad I write that try-catch even if it looks weird
  • 0
    @No-one I still have to get some fundamental work done, before I'll do that. But if you wanna take a look, there you go:
    https://github.com/Awlexus/AIMapper
  • 1
    GITKRAKEN!!!!!!
  • 0
    Every time one of my work mates writes such commit messages I want to switch in rage mode. 😁
  • 0
    Time for a git rebase -i and some squash, if only you are working on the branch.
Add Comment