[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Stop hot code reloading
From: |
João Eiras |
Subject: |
Re: [Help-bash] Stop hot code reloading |
Date: |
Thu, 2 Feb 2017 02:14:08 +0100 |
On 2 February 2017 at 00:05, Dennis Williamson
<address@hidden> wrote:
> Do what the big boys do. Don't develop in production.
Since when I my personal computer "production" ? ....
On 2 February 2017 at 01:34, Grisha Levit <address@hidden> wrote:
> There was recently a question on SE on this topic with a great answer from
> Stéphane Chazelas.
>
> https://unix.stackexchange.com/q/331837/22523
That was quite interesting to read.
Now I know a bit better. Guess I'll start wrapping stuff with a main()
(as I do for every other programming language)
Thanks !