71

So now I know....

Comments
  • 2
    I keep on writing bash scripts because "I just want to run a few commands in order", then rewriting them a month later in python because they need actual logic in them.

    I should really just start out by writing bash scripts at this point...
  • 1
    I wanted to learn shell so I started making a to-do app but halfway through I got so frustrated and angry that I just made a python version of it in half of the time with db, made it executable with path and all so that you can use it as a normal bash command. In the end I was like "take this, shell. Can you integrate this easily with sqlite with an ORM? 🖕😡🖕"
Add Comment