Robert - not sure if you're serious or not but I'd love to see an example of 
the (lack of?) code quality especially in how the dev practices there 
contributed to it. Pointers?

   Erik

> On Jan 26, 2016, at 06:16, Robert Muir <[email protected]> wrote:
> 
> I don't think we should follow the hadoop dev practices, just look at
> the quality of the code they produce...
> 
>> On Mon, Jan 25, 2016 at 7:49 PM, Erick Erickson <[email protected]> 
>> wrote:
>> OK, I'm _really tempted_ to just steal the Hadoop guide verbatim as a
>> start and we can refine as necessary.
>> 
>> I'll put big banners about "PRELIMINARY" in it, and add bits about
>> this being recommended not required.
>> 
>> Thoughts?
>> 
>>> On Mon, Jan 25, 2016 at 4:36 PM, Uwe Schindler <[email protected]> wrote:
>>> Hi,
>>> 
>>>> Another chore we do is on adding new files is
>>>> svn propset svn:eol-style native <file-name>
>>>> 
>>>> do we have an equivalent for that in git?
>>> 
>>> Per-file properties like eol-style or MIME-type don't exist. Git has some 
>>> set of internal file extensions it treats as text files and does the 
>>> newlines automagically. If we want to configure that, we can commit a 
>>> ".gitconfig" file in root directory of repository: 
>>> https://help.github.com/articles/dealing-with-line-endings/
>>> 
>>> I would like to add such a .gitconfig file in any case to do some sane 
>>> defaults.
>>> 
>>> The ANT checker in "precommit" now also checks your GIT working copy and 
>>> fails like before, although it no longer looks at mime types or eol-style.
>>> 
>>> Uwe
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to