: Which is a better composition? Consider following sentence composed in different ways, And the worst, when memory is full, creation of new node will return a NULL. And the worst is when memory
Consider following sentence composed in different ways,
And the worst, when memory is full, creation of new node will return a NULL.
And the worst is when memory is full and a new node is created because it will return a NULL.
And the worst, a NULL is (will be?) returned when memory is full and a new node is created.
The idea is that creating a new node does not return a node but a NULL when memory is full. This might lead to (a) program failure if not handled correctly. To capture this sense, which one of (the) above I should prefer?
More posts by @Pierce369
: What help is there for a technical reseacher/writer that can't edit? I've got a personal professional goal - I want to write a thesis, build a system, change the world. That's my way of saying
1 Comments
Sorted by latest first Latest Oldest Best
Of the three options that you offer, I'd say that #1 is the best. However, I'd suggest this as better yet:
Worst of all, creation of a new node will return NULL when memory is full.
Two things in particular to note:
The adjunct clause when memory is full reads best at the end of the sentence. Trying to put it earlier requires that you set it off with commas, which reads awkwardly.
Beginning with And the worst is not exactly incorrect, but it is more idiomatic to say Worst of all.
Terms of Use Privacy policy Contact About Cancellation policy © selfpublishingguru.com2024 All Rights reserved.