Hello.
I am rewriting the phrase, 'Node must not be null' or 'Node must be not null' and have the following results:
1. 'Node is not to be null',
2. 'Node is not supposed to be null'
Do 1 and 2 means the same? Or pretty much the same?
Thanks, Alex.
Why are you re-writing? "Node must not be null" is the clearest form, to me. If you're afraid people won't understand "must not be," then say "is not supposed to be" or "is not allowed to be."
[nat]
1 means "Node must not be null"
2 means "Node should not be null, but it might be."
If you need to ensure it is never null, I think your original phrase is best, "Node must not be null".
Last edited by AlexAD; 10-Jan-2012 at 16:47.
I recognize that you might have on your mind something like 'Why doesn't this weird guy just stick to the simplest solution!'![]()
Though, my answer is this is the way I learn written English trying to get alternatives at some point.
By the way, I got that approach from the OALD!![]()
Hopefully, it will clarify why I am asking such a dumb question
And as you usual, I would appreciate if you would correct grammar in this post.
Thanks, Alex.
Last edited by AlexAD; 11-Jan-2012 at 14:13.
It is been a while since I got the last answer, so I am putting this thread at the top.
I would be more than happy if you would answer.
Thanks, Alex.
Oh.. Sorry. You are right, I haven't read BobSmith's post thoroughly.
Thanks.