Talk:Threaded code: Difference between revisions

Content deleted Content added
Line 158:
== Psuedocode examples are confusing and possibly wrong ==
 
Currently, the psuedocode examples are C-like enough that people might assume they follow the rules of C. However, each one of these examples falls victim to undefined behavior, more specifically, unsequenced modification and access. In order to clarify to the readers of the article the exact behavior of what this would look like in a C-like language, I believe we should rewrite the C-like pseudocode so that it does not contain what is considered undefined behavior in C. However, to try and work towards a better article, I would like to know if thereanybody arehas potentially better ideas for what could be done. I was thinking maybe switching pseudocode styles altogether? Thanks!
 
[[User:Bulbazord|Bulbazord]] ([[User talk:Bulbazord|talk]]) 04:10, 11 November 2016 (UTC)