You're viewing a single thread.
All Comments
48 comments
That’s the same as writing tests for software code after writing the code. A mystery without end or reliability.
7 3 ReplyTests? What tests?
8 0 Replyprintf
5 0 ReplyI have this in code I'm writing right now...
#ifdef DEBUG #define DEBUG_PRINT(...) printf(__VA_ARGS__) #else #define DEBUG_PRINT(...) #endif
It is the most straighforward way to get the state of things while hammering on the keyboard trying to mash up something that looks like a program.
3 0 Reply
The software either works or it doesn't. There, tested!
4 0 ReplyTrue, they can be hard to find.
1 0 Reply
48 comments
Scroll to top