168

Programmer move

Comments
  • 20
    But now that 10 minute tasks takes 10 seconds and nobody knows how to do it manually anymore - programmers making someone's job obsolete.
  • 6
    @C0D4 we are the new immigrants
  • 2
    I have to rename these 20 files.. Or I could create a software, which I will never use again, to do so.
  • 7
    But if it takes 10 minutes of manual labor every week, automating it will pay for itself in ONLY 28 years!

    If your boss complains, tell him that's a better return on investment than he got in the first 28 years of his life. 🤷‍♂
  • 2
    @molaram

    I'd argue that if you deployed once a week, and manual testing only cost 10 minutes, it could be worth it to not write tests.

    Consider a simple blog, created using a framework like Symfony or Laravel, with a few controllers for publishing posts, adding comments, embedding a video or image. Pretty much all of the functionality is provided by third party packages, the backend code just serves as some glue.

    After setting it up, you might tweak something here and there every few months.

    I'd just hit F5 on the article feed to check for a stray 500 error, and call it a day.
  • 2
    @molaram because we freaking love it 😄
  • 1
    - Get to learn new stuff
    - Can add some decoration and publish it on my GitHub as another side project (portfolio++)
    - Can be used as a base to automate even more sophisticated stuff in the future
    - Free dopamine
  • 0
    It's not about doing it faster. It's about never doing it again! I've probably done this 100 times by now. And one or two of those, the task actually needed to keep being done enough to make it worth it! Score! (Let's not talk about the other 98 alright?!)
  • 1
    @JS96 Python user way of life
Add Comment