I agree that knowing CA is useful. However, the optimization you make on a if statement will only really be useful in high performance context. Adding lot of checks like this in an environment where performance is not the highest requirement will only make your code harder to read.
I agree with you, the range of knowledge you need to know will vary depends on what you need to do.
I will be covering the levels of abstractions for most of the software requirements hopefully.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I agree that knowing CA is useful. However, the optimization you make on a if statement will only really be useful in high performance context. Adding lot of checks like this in an environment where performance is not the highest requirement will only make your code harder to read.
I agree with you, the range of knowledge you need to know will vary depends on what you need to do.
I will be covering the levels of abstractions for most of the software requirements hopefully.