<font face="arial" size="2"><p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">Hi All,</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">Terrific list, Brujo!</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">Mind if I pare it down for Erlang and add a few very fundamental items that experienced Erlang programmers take for granted, but newcomers may miss:</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">--  Nicely formatted module header (Is there a convention? Thoughts welcome)</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">--  Uncomment -exort(xxx and and comment -configure(xxx lines</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">-- @doc and -spec documentation of functions (Just exported or all in module?)</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">-- Anything else we're missing?</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">Among other things, how should versions be handled in module headers given that we have an application version and perhaps a mix of module versions?</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">Roger and <span><a title="essen@ninenines.eu">Loïc</a></span>:</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">I couldn't agree with you more about specific statement of what the code does and who it would benefit. And <span><a title="essen@ninenines.eu">Loïc</a></span>'s other tips are well taken.</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">I'll try to work them all in and send updated checklist anon.</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">Thanks,</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">Lloyd</p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<p style="margin:0;padding:0;font-family: arial; font-size: 10pt; overflow-wrap: break-word;">-----Original Message-----<br />From: "Brujo Benavides" <elbrujohalcon@gmail.com><br />Sent: Monday, October 29, 2018 8:04am<br />To: lloyd@writersglen.com<br />Cc: "erlang-questions@erlang.org" <erlang-questions@erlang.org><br />Subject: Re: [erlang-questions] Erlang checklists<br /><br /></p>
<div id="SafeStyles1540851221">Hi Lloyd,
<div class="">This is the checklist we have at Inaka: <a class="" href="https://github.com/inaka/guidelines/blob/master/OPEN-SOURCE.md">https://github.com/inaka/guidelines/blob/master/OPEN-SOURCE.md</a></div>
<div class="">Cheers!<br class="" />
<div class="">
<div class="" style="color: #000000; font-family: 'Trebuchet MS'; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<div class=""><span class=""><span class=""><span class="" style="font-size: 11pt; font-family: Arial; font-weight: bold; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;"><br class="Apple-interchange-newline" /></span></span></span><hr class="" />
<div class=""><strong class=""><em class=""><a class="" href="http://about.me/elbrujohalcon">Brujo Benavides</a></em></strong></div>
</div>
</div>
<div class="" style="color: #000000; font-family: 'Trebuchet MS'; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><strong class=""> </strong></div>
</div>
<div><br class="" />
<blockquote class="">
<div class="">On 28 Oct 2018, at 19:39, <a class="" href="mailto:lloyd@writersglen.com">lloyd@writersglen.com</a> wrote:</div>
<br class="Apple-interchange-newline" />
<div class="">
<div class="" style="margin: 0px; padding: 0px; font-family: arial; font-size: 10pt; overflow-wrap: break-word;">Hello,</div>
<p class="" style="margin:0;padding:0;margin: 0; padding: 0; font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<div class="" style="margin: 0px; padding: 0px; font-family: arial; font-size: 10pt; overflow-wrap: break-word;">With the generous help of Frank Muller, I recently created the erlPress_core repository on GitHub.</div>
<p class="" style="margin:0;padding:0;margin: 0; padding: 0; font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<div class="" style="margin: 0px; padding: 0px; font-family: arial; font-size: 10pt; overflow-wrap: break-word;">Make a few blunders along the way. Still feel shaky about my responsibilities for nurturing the repository.</div>
<p class="" style="margin:0;padding:0;margin: 0; padding: 0; font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<div class="" style="margin: 0px; padding: 0px; font-family: arial; font-size: 10pt; overflow-wrap: break-word;">So I'd like to create and share a step_by_step checklist for other Erlang noobs preparing to share code on GitHub with the Erlang community.</div>
<p class="" style="margin:0;padding:0;margin: 0; padding: 0; font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<div class="" style="margin: 0px; padding: 0px; font-family: arial; font-size: 10pt; overflow-wrap: break-word;">Please send my your ideas.</div>
<p class="" style="margin:0;padding:0;margin: 0; padding: 0; font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<div class="" style="margin: 0px; padding: 0px; font-family: arial; font-size: 10pt; overflow-wrap: break-word;">I'd like to do the same for releasing Erlang applications into production, but I'll hold on that for another time.</div>
<p class="" style="margin:0;padding:0;margin: 0; padding: 0; font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<div class="" style="margin: 0px; padding: 0px; font-family: arial; font-size: 10pt; overflow-wrap: break-word;">Many thanks,</div>
<p class="" style="margin:0;padding:0;margin: 0; padding: 0; font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<div class="" style="margin: 0px; padding: 0px; font-family: arial; font-size: 10pt; overflow-wrap: break-word;">LRP</div>
<p class="" style="margin:0;padding:0;margin: 0; padding: 0; font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<p class="" style="margin:0;padding:0;margin: 0; padding: 0; font-family: arial; font-size: 10pt; overflow-wrap: break-word;"> </p>
<div class="" style="margin: 0px; padding: 0px; font-family: arial; font-size: 10pt; overflow-wrap: break-word;">*********************************************<br class="" />My books:<br class="" /><br class="" />THE GOSPEL OF ASHES<br class="" /><a class="" href="http://thegospelofashes.com">http://thegospelofashes.com</a><br class="" /><br class="" />Strength is not enough. Do they have the courage <br class="" />and the cunning? Can they survive long enough to <br class="" />save the lives of millions? <br class="" /><br class="" />FREEIN' PANCHO<br class="" />http://freeinpancho.com<br class="" /><br class="" />A community of misfits help a troubled boy find his way <br class="" /><br class="" />AYA TAKEO<br class="" />http://ayatakeo.com<br class="" /><br class="" />Star-crossed love, war and power in an alternative <br class="" />universe<br class="" /><br class="" />Available through Amazon or by request from your <br class="" />favorite bookstore<br class="" /><br class="" /><br class="" />**********************************************</div>
_______________________________________________<br class="" />erlang-questions mailing list<br class="" /><a class="" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br class="" />http://erlang.org/mailman/listinfo/erlang-questions</div>
</blockquote>
</div>
</div>
</div></font>