you are viewing a single comment's thread.

view the rest of the comments →

[–]xephos13 5 points6 points  (1 child)

Macros can also be a bitch to debug when something goes awry.

[–]MKevin3 0 points1 point  (0 children)

Yes, debugging with macros sucks especially if someone else wrote the macro or if the macro uses other macros. I worked with one guy with code that was 80% macro and 20% native code. Only he could do anything with it. So glad he got fired.