• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle

  • I might be the dumb one in this one, but HR asked me if I know “design patterns”.

    “I mean, yes, I know some design patterns. Any specific?”

    “No, just if you are familiar with design patterns.”

    “I mean, there are builder, strategy, sigleton, factory etc. Is the question really not more specific?”

    “My paper just asks if the dev is familiar with design patterns.”

    “Ok. Yes.”


  • Intellij: Has a modern GUI for Git with code cleanup, import optimization and visualization of changes.

    Me: Open terminal, ‘git commit -m “wrote code” && git push’. Then realize I forgot to add half of the files, so I make another commit. Then realize I forgot to cleanup bad indents, so I make another commit. Then realize my code doesn’t even build, so I make another commit, etc.