On Thursday, 8 January 2015 at 23:37:38 UTC, Walter Bright wrote:
http://pixelscommander.com/wp-content/uploads/2014/12/P10.pdf
from the document (Rule 5):
A typical use of an assertion would be as follows:
if (!c_assert(p >= 0) == true) {
return ERROR;
}
that is just bad code. IMO I'm
On Friday, 9 January 2015 at 11:50:04 UTC, Paulo Pinto wrote:
On Friday, 9 January 2015 at 10:37:43 UTC, Mike James wrote:
"Walter Bright" wrote in message
news:m8n4c2$2ovq$1...@digitalmars.com...
The interesting part of those rules is that in the end, C +
rules
+ static analyzer ends up b
On Friday, 9 January 2015 at 10:37:43 UTC, Mike James wrote:
"Walter Bright" wrote in message
news:m8n4c2$2ovq$1...@digitalmars.com...
http://pixelscommander.com/wp-content/uploads/2014/12/P10.pdf
Misra is also a good set of guidelines to follow...
http://www.misra.org.uk/
-=mike=-
The in
"Walter Bright" wrote in message
news:m8n4c2$2ovq$1...@digitalmars.com...
http://pixelscommander.com/wp-content/uploads/2014/12/P10.pdf
Misra is also a good set of guidelines to follow...
http://www.misra.org.uk/
-=mike=-
http://pixelscommander.com/wp-content/uploads/2014/12/P10.pdf