Hacker News new | ask | show | jobs
by OrderlyTiamat 620 days ago
This is an awesome example of what I've seen denoted as a Do-Nothing script: https://news.ycombinator.com/item?id=29083367

Was it hard to achieve buy in from all parties? I'd guess that would be the hardest part, to get everyone to join in on working on the automation.

1 comments

> https://news.ycombinator.com/item?id=29083367

> > https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-...

What is the point of defining a Python class with a single `run` method, and then running with `Class.run()`, instead of just defining a `function` and running with `function()`?