Talk:Coding best practices: Difference between revisions

Content deleted Content added
PROD inapplicable in talk space, adding section header
version control?: new section
Line 80:
== Assertions ==
There is no discussion of the use of assertions. Assertions are a really useful tool to help debug programs. For example, at the JPL, one of their coding rules is that a certain percentage of the lines of code (I think about 8%) have to be assertions. It's easy to find a reference for that. <small class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/2601:280:4201:D47F:D45E:D915:C74:3BF2|2601:280:4201:D47F:D45E:D915:C74:3BF2]] ([[User talk:2601:280:4201:D47F:D45E:D915:C74:3BF2|talk]]) 17:06, 18 August 2015 (UTC)</small><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
 
== version control? ==
 
is it appropriate to mention version control here?