mosquito-cr / mosquito

A background task runner for crystal applications supporting periodic (CRON) and manually queued jobs
MIT License
227 stars 24 forks source link

gsub on all files task->job_run #105

Closed robacarp closed 2 years ago

robacarp commented 2 years ago

fixes #68

This has honestly bugged me since i wrote it and i'm going to just make it happen now, before 1.0.

There are several places where this makes the "english" of the code a bit weird, eg. "run_task" is natural but "run_job_run" isn't because run now has both the verb and noun form. Rather than audit the readability of the whole code base I'm going to let that shake out over the ages as it transforms, because I don't want this change to be more chaotic than it already is going to be.