I'm a programmer and I'm combing through some code and entering comments to help other developers. I wrote the following sentence and got confused by the (possibly) dangling verb. I've spared you the the jargon by replacing with [tech fix].
- I've put in this [tech fix] to make future modifications easier.
It didn't look right, so changed it to try to make it follow make:
- I've put in this [tech fix] to make future modifications more easily.
or
- I've put in this [tech fix] to make future modifications easy.
My reasoning is that if the sentence could be rewritten as the following, then case 2 above would be correct.
- I've put in this [tech fix] to more easily make future modifications
In the above sentences, which is more correct, easier or more easily? Please help me understand the difference by decomposing the sentence.
I put in the comment to prevent that from happening, since this is a point in the code where the client's needs will dictate more than 2-way branching in the near future.
I'm not sure this makes sense without seeing the code, but I hope this helps.
– jasonseminara Mar 10 '15 at 02:11switch/caseinto anif/elseis unnecessary busy-work and anyone doing so should be fired immediately (or at least heavily reprimanded -- i.e., they buy the beers for that Beers Friday). – Ian MacDonald Mar 10 '15 at 02:13