Re: A challenge for RosAsm




My opinion about Macros:

* + reduces source size
- on cost of 'direct readability'
- bloats the .exe (in hidden form)
* + minor convenience for lazy programmers
* - any change in it will affect many program parts.

So if I need several similar code parts, I either
write one routine which cover all wanted variations, or
I just copy/paste and modify as desired.
And I never would hide any code block, as parts and trails
often can be used more than one time, so I must see it.

__
wolfgang



.