Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Incnis Mrsi
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #277331 |
The klutt’s question doesn’t stand (and never stood) about behavior of the compiler. The question stands about behavior of a _program_. It is easy to make a C program to do dangerous and foolish things without causing any complaints compilation-time, and a qualified C programmer understands that any... (more) |
— | over 3 years ago |
Comment | Post #277488 |
What is a “signedness format”? You might assume formats of signed integer types. (more) |
— | over 3 years ago |
Comment | Post #279578 |
Suppose that the Apple coding standard enforced `{}` after each `if`. Surely would (a misleadingly indented) `goto fail` be detected because of this? Or would an unconditional `{ goto fail; }` code recognized as problematical? (more) |
— | over 3 years ago |