Earlier quoted context omitted.
I disagree with > Starting a paragraph with However doesn't seem right. If I were to do this, my paragraphs would become at least 3 times as long. Because much of my writing is complex enough that it takes about half a page to make the 'basic argument' and another half a page to explain the exceptions to the basic argument. I would put both half-pages in separate paragraphs. And I do think it makes sense to start the…
> If I were to do this, my paragraphs would become at least 3 times as long. Because much of my writing I find this jarring to read. That should be a comma, not a period. By using a period, you've technically made your sentence shorter, but the structure is unchanged. Alternatively you could just chop the Because , and it would flow fine. I really doubt your writing is thrice the density of mine. I very rarely encoun…
Hmmm, I guess I agree. I am going to try that a lot. In sentence structure I often get the issue of "$Claim, because $justification." This leads to really long sentences that I feel should be split. And again, I want to preserve the link between the two parts. Doing $Claim. $Justification. Feels like I am making an unsubstantiated claim followed by another unrelated claim.
In the programming language I would see this sort of as:
int a = foo(b);
int foo(b){
return 1 + b
}
(Ignoring a forward declaration of foo in some header).I guess this is similar to my earlier point. Where I want to split the un-related parts but still want to capture the strong relation between the two.
An alternative might be something like.
"We know that $justification. Hence, it follows that $claim."
You've given me food for thought. Thanks!