Suppose in my one particular piece of code, I am avoiding loops.
ie instead of providing 'for' loop to do the task , I am copying and pasting a part three or four times to make it simple (?)to code.
In this case what are the consequences of my action?
I feel that only problem is a increased code size - which is not an issue when GBs of Hard disk space is available. Is my understanding correct? Any other issues like more RAM consumption or increased execution time? or anything else?
Thanks
Roy Thomas