Posts by Yoel
As part of some research I am doing on measuring documentation quality, I have come across the terms "accurate" and "believable" as two separate dimensions of information quality. But the differen...
Are they "if-else statements" or are they "if/else statements"? I'm partial to the latter, but I can see the logic of the former - both "if" and "else" are acting as a unit modifier for the noun "s...
In our documentation, we write binary numbers like this: 1010 But we write hexadecimal numbers like this: 0xABAB Now, according to the GCC compiler conventions: Numbers are normally written in...