[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Pooling of strings is good
- From: Coroutines <coroutines@...>
- Date: Tue, 26 Aug 2014 08:22:07 -0700
On Tue, Aug 26, 2014 at 8:19 AM, Daurnimator <quae@daurnimator.com> wrote:
> This is commonly done with pre-commit hooks calling out to a linter.
> I used to have a lua one that warned me about globals, but not sure where it
> went....
>
> This is also usually left up to the commiter, rather than enforced by the
> server (in case you need to break the rules for whatever reason)
I knew it was related to git but I didn't know the exact term/tech :(
Thanks :-)
- References:
- Pooling of strings is good, Dirk Laurie
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Dirk Laurie
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Jay Carlson
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Jay Carlson
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Sean Conner
- Re: Pooling of strings is good, Javier Guerra Giraldez
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Coda Highland
- Re: Pooling of strings is good, Jorge
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Daurnimator