in reply to assert - checking up on other scripts
It seems all of that code could be avoided if you had a proper deployment system.
I foolishly commented out its cronjob while working on its script, and left it commented out, so I missed some data points.
That's the problem: You edit stuff on a production machine.
Here's my understanding on how things should go:
Maybe I misunderstood what you're doing, but it seems you're only adding layers of sanity checks for non-existing deployment solutions. See also: Technical debt.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: assert - checking up on other scripts
by sflitman (Hermit) on Jul 22, 2010 at 19:14 UTC | |
by moritz (Cardinal) on Jul 22, 2010 at 19:29 UTC |