??? 08/04/10 10:37 Modified: 08/04/10 10:38 Read: times |
#177629 - My take. Responding to: ???'s previous message |
1. I have used ICEs in all of my projects. And even if some of the ICEs I worked with deserve the name "toy" rather than "tool", they're still like comments in the code - if they're is good, that's _really_ good, and if they're bad, it's still better than none at all.
However, since some parts of the system I work with can't be easily stopped for analysis, I end up twiddling port pins at some point anyway. 2. The biggest mistake I made in my very first project was to write almost 80% of it in assembly. The thing is still haunting me occasionally, but I learned from it and will now only resort to assembly if there's a pressing need. Otherwise, C it is. However, since I'm employed, my employer pays for those tools (as well as for things like good oscilloscopes). |