Self-modifying code: Difference between revisions

Content deleted Content added
m typo
Chris Roy (talk | contribs)
m recomended->recommended
Line 40:
Choosing this solution will have to depend of course on the value of 'N' and the frequency of state changing.
 
Some claim that use of self-modifying code is not recomendedrecommended when a viable alternative exists, because such code can be difficult to understand and maintain.
 
Others, simply view self-modifying code as something one would be doing while editing code (in the above example, replacing a line, or keyword), only done in run-time.