Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/27/00 13:10
Read: times


 
#4017 - RE: Range Comparison on the 8051
Peter,

Yep...

Macros are fun for the programmer but not so much fun for the company. I don't allow macros in our code development.

It just makes things non-standardized. If programmers are uing macros, they prefer their own and we end up with many macros doing the same thing and add more maintenance time to advise everyone of our macro library. Forget it. Been there - done that.

The only time we use macros is when we do a one-time contract for a customer we'll never see again. And that's not the type of customer we work for. Its like the message I wrote a few weeks ago, simplicity requires much less management.

Macro can be fun - I worked on a project where we wrote an 8x300 assembler in Intel macros. I've also written a laser-scanning bar code reader entirely in a macro language. It may cure boredom for theprogrammer at the sacrifice of efficiency, but writing mcros has all the disadvantages as writing in C. It masks detail, corrupts attention, grows bugs, distorts the real-time einsteinian continuum. :)

-Jay C. Box


List of 15 messages in thread
TopicAuthorDate
"Smaller then" "Greater then"            01/01/70 00:00      
RE: "Smaller then" "Greater then&qu            01/01/70 00:00      
RE: "Smaller then" "Greater then&qu            01/01/70 00:00      
RE: "Smaller then" "Greater then&qu            01/01/70 00:00      
RE: "Smaller then" "Greater then&am            01/01/70 00:00      
Range Comparison on the 8051            01/01/70 00:00      
Range Comparison on the 8051            01/01/70 00:00      
RE: Range Comparison on the 8051            01/01/70 00:00      
RE: Range Comparison on the 8051            01/01/70 00:00      
RE: "Smaller then" "Greater then&qu            01/01/70 00:00      
RE: "Smaller then" "Greater then&am            01/01/70 00:00      
RE: "Smaller then" "Greater then&am            01/01/70 00:00      
RE: "Smaller then" "Greater then&am            01/01/70 00:00      
RE: "Smaller then" "Greater then&am            01/01/70 00:00      
END OF THREAD            01/01/70 00:00      

Back to Subject List