Hi, Do we need to cram the entire the operator precedence table?
There is no reason why you shouldn’t, but it would save the effort for more useful tasks. By using parentheses in your expressions, you can make your code easy to read at the same time as defining your own order of precedence.
Leave a Reply
You must be logged in to post a comment.